Skip to content

Instantly share code, notes, and snippets.

@tamhv
Created November 3, 2017 10:18
Show Gist options
  • Save tamhv/39128643600424d505f25e74f428009a to your computer and use it in GitHub Desktop.
Save tamhv/39128643600424d505f25e74f428009a to your computer and use it in GitHub Desktop.
celery django test config
# celery==4.1.0
# django==1.11.x
# execute task synchronous
CELERY_TASK_ALWAYS_EAGER = True
# raise exception in task
CELERY_TASK_EAGER_PROPAGATES = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment