mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
ec818a5523
* 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
2 lines
245 B
Plaintext
2 lines
245 B
Plaintext
web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker plane.asgi:application --bind 0.0.0.0:$PORT --config gunicorn.config.py --max-requests 10000 --max-requests-jitter 1000 --access-logfile -
|
|
worker: celery -A plane.settings.celery worker -l info |