Celery v0.8.1 (stable) documentation
celery.backends.base
The base backend class. All backends should inherit from this.
Cleanup actions to do at the end of a task worker process.
See celery.worker.jail().
Wait for task and return its result.
If the task raises an exception, this exception will be re-raised by wait_for().
If timeout is not None, this raises the celery.exceptions.TimeoutError exception if the operation takes longer than timeout seconds.