django_celery_results.backends
¶
-
class
django_celery_results.backends.
CacheBackend
(*args, **kwargs)[source]¶ Backend using the Django cache framework to store task metadata.
-
property
cache_backend
¶
-
property
-
class
django_celery_results.backends.
DatabaseBackend
(app, serializer=None, max_cached_results=None, accept=None, expires=None, expires_type=None, url=None, **kwargs)[source]¶ The Django database backend, using models to store task state.
-
TaskModel
¶
-
apply_chord
(header_result, body, **kwargs)[source]¶ Add a ChordCounter with the expected number of results
-
on_chord_part_return
(request, state, result, **kwargs)[source]¶ Called on finishing each part of a Chord header
-
subpolling_interval
= 0.5¶
-