Async Task
Racine Index / App / Abstract / Async Task
Auto-generated documentation for app.abstract.async_task module.
Task
Show source in async_task.py:103
This is a simple async task implementation that can be used as a drop-in replacement for Celery. It is not meant to be used on a server with high load, but it is useful for development, testing and for the standalone version of the app.
Signature
Task().AsyncResult
Show source in async_task.py:119
Signature
Task().delay
Show source in async_task.py:115
Signature
TaskProxy
Show source in async_task.py:140
Signature
TaskProxy.update_state
Show source in async_task.py:141
Signature
Worker
Show source in async_task.py:38
Signature
Worker().abort
Show source in async_task.py:71
Signature
Worker().update_state
Show source in async_task.py:67
Signature
async_init_app
Show source in async_task.py:153
Signature
celery_init_app
Show source in async_task.py:16
Signature
monitor_tasks
Show source in async_task.py:123
Signature
task_decorator
Show source in async_task.py:146