refactor: move all background task from rqworker to celery (#668)

* refactor: move all background task from rqworker to celery

* dev: update background job to take input in parameters rather than a single dict

* dev: update procfile for new worker

* dev: docker updates for new celery worker
This commit is contained in:
pablohashescobar
2023-04-06 22:56:36 +05:30
committed by GitHub
parent 100c431ac3
commit ec818a5523
22 changed files with 150 additions and 162 deletions

View File

@@ -3,4 +3,4 @@ set -e
python manage.py wait_for_db
python manage.py migrate
python manage.py rqworker
celery -A plane.settings.celery worker -l info