Switches to Celery for async metacore tasks backend. Still in experimental phase
Showing
- SciPost_v1/__init__.py 7 additions, 0 deletionsSciPost_v1/__init__.py
- SciPost_v1/celery.py 26 additions, 0 deletionsSciPost_v1/celery.py
- SciPost_v1/settings/base.py 19 additions, 14 deletionsSciPost_v1/settings/base.py
- metacore/admin.py 3 additions, 1 deletionmetacore/admin.py
- metacore/services.py 6 additions, 2 deletionsmetacore/services.py
- metacore/tasks.py 6 additions, 0 deletionsmetacore/tasks.py
- requirements.txt 3 additions, 0 deletionsrequirements.txt
SciPost_v1/celery.py
0 → 100644
metacore/tasks.py
0 → 100644
... | @@ -52,6 +52,9 @@ html2text | ... | @@ -52,6 +52,9 @@ html2text |
# Mongo (Metacore) | # Mongo (Metacore) | ||
mongoengine==0.15.0 | mongoengine==0.15.0 | ||
django-background-tasks==1.1.13 | django-background-tasks==1.1.13 | ||
celery==4.1.1 | |||
django-celery-results==1.0.1 | |||
flower==0.9.2 | |||
# Possibly dead (most probably not used anymore and possibly not up-to-date packages) -- JdW (August 15th, 2017) | # Possibly dead (most probably not used anymore and possibly not up-to-date packages) -- JdW (August 15th, 2017) | ||
imagesize==0.7.1 | imagesize==0.7.1 | ||
... | ... |
Please register or sign in to comment