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¶
- 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.
- GroupModel¶
- TaskModel¶
- apply_chord(header_result_args, 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¶
Time to sleep between polling each individual item in ResultSet.iterate. as opposed to the interval argument which is for each pass.