Skip to content

Instantly share code, notes, and snippets.

@april
Created November 30, 2016 17:49
Show Gist options
  • Save april/c84f59f01146646a8bebf3a3ede404c3 to your computer and use it in GitHub Desktop.
Save april/c84f59f01146646a8bebf3a3ede404c3 to your computer and use it in GitHub Desktop.
celery report
software -> celery:4.0.0 (latentcall) kombu:4.0.0 py:3.4.3
billiard:3.5.0.2 redis:2.10.5
platform -> system:Linux arch:64bit, ELF imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:redis results:disabled
CELERY_REDIRECT_STDOUTS_LEVEL: 'WARNING'
BROKER_URL: 'redis://localhost:6379/0'
CELERY_RESULT_SERIALIZER: 'json'
CELERYD_TASK_SOFT_TIME_LIMIT: 751
CELERY_IGNORE_RESULTS: True
CELERYD_TASK_TIME_LIMIT: 1129
CELERY_ACCEPT_CONTENT: ['json']
CELERY_TASK_SERIALIZER: 'json'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment