celery.backends.base
The base backend class. All backends should inherit from this.
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 celery.timer.TimeoutError if the operation takes longer than timeout seconds.