Delete all expired taskset results.
Get all expired task results.
Manager for celery.models.Task models.
Get task meta for task by task_id.
Parameters: | exception_retry_count – How many times to retry by transaction rollback on exception. This could theoretically happen in a race condition if another worker is trying to create the same task. The default is to retry once. |
---|
Store the result and status of a task.
Parameters: |
|
---|
Manager for celery.models.TaskSet models.
Delete a saved taskset result.
Get the async result instance by taskset id.
Store the async result instance of a taskset.
Parameters: |
|
---|
Decorator for methods doing database operations.
If the database operation fails, it will retry the operation at most max_retries times.