Removes django-background-tasks in favor of Celery.
On staging, everything is started by running ~/start_celery.sh - should work now for testing.
... | ... | @@ -51,7 +51,6 @@ html2text |
# Mongo (Metacore) | ||
mongoengine==0.15.0 | ||
django-background-tasks==1.1.13 | ||
celery==4.1.1 | ||
django-celery-results==1.0.1 | ||
django-celery-beat==1.1.1 | ||
... | ... |
Please register or sign in to comment