mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
d88a95b1e9
* dev: update celery configuration to root folder * dev: update import for celery * fix: worker to deserialize data
2 lines
229 B
Plaintext
2 lines
229 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 worker -l info |