Skip to content

Instantly share code, notes, and snippets.

@linevych
Created January 17, 2018 00:49
Show Gist options
  • Save linevych/37be7f77b21aa02eb86cbf87a47de9bd to your computer and use it in GitHub Desktop.
Save linevych/37be7f77b21aa02eb86cbf87a47de9bd to your computer and use it in GitHub Desktop.
Celery settings to to debug it with PyCharm
from celery import current_app
current_app.conf.CELERY_ALWAYS_EAGER = True
current_app.conf.CELERY_EAGER_PROPAGATES_EXCEPTIONS = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment