SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 7932544b authored by Boris Ponsioen's avatar Boris Ponsioen
Browse files

Adds also periodic tasks with django-celery-beat.

Note that as of now, it requires 3 services (to do with Celery) to run:
celery -A SciPost_v1 worker --loglevel=info -E
celery -A SciPost_v1 beat --loglevel=info --scheduler django_celery_beat.schedulers:DatabaseScheduler
And optionally (for using the 'flower' console for monitoring tasks -
might not use this after all):
celery -A SciPost_v1 flower

Additionally, the 'rabbitMQ' broker needs to be installed - working on
it on the staging at the moment.

I will add this in some proper config/readme later.
parent ada334f0
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment