Backend: Tokyo Tyrant - celery.backends.tyrant

celery.backends.tyrant.TT_HOST
The hostname for the Tokyo Tyrant server. Taken from Django settings.
celery.backends.tyrant.TT_PORT
The port for the Tokyo Tyrant server. Taken from Django settings.

celery.backends.tyrant

class celery.backends.tyrant.Backend(*args, **kwargs)

Tokyo Cabinet based task backend store.

get_result(task_id)
Get the result of a task.
get_status(task_id)
Get the status for a task.
is_done(task_id)
Returns True if the task executed successfully.
store_result(task_id, result, status)
Store task result and status.

Previous topic

Backend: Cache - celery.backends.cache

Next topic

Configuration - celery.conf

This Page