Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

background worker should have lower process priority #472

Open
fynnos opened this issue Nov 21, 2024 · 0 comments
Open

background worker should have lower process priority #472

fynnos opened this issue Nov 21, 2024 · 0 comments
Labels
backend This issue is related to the backend performance issue is a performance problem mainly affecting large projects

Comments

@fynnos
Copy link
Collaborator

fynnos commented Nov 21, 2024

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.

@fynnos fynnos added backend This issue is related to the backend performance issue is a performance problem mainly affecting large projects labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend This issue is related to the backend performance issue is a performance problem mainly affecting large projects
Projects
None yet
Development

No branches or pull requests

1 participant