background worker should have lower process priority #472
Labels
backend
This issue is related to the backend
performance
issue is a performance problem mainly affecting large projects
background worker (celery) and API worker currently have the same default process priority. this results in API requests getting delayed/starved on high pre-processing load.
recommended fix:
reduce default CPU & IO priority for background celery workers.
The text was updated successfully, but these errors were encountered: