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

Add celery or other task scheduler to reduce peak cpu usage #87

Closed
RandomY-2 opened this issue Nov 29, 2022 · 0 comments
Closed

Add celery or other task scheduler to reduce peak cpu usage #87

RandomY-2 opened this issue Nov 29, 2022 · 0 comments

Comments

@RandomY-2
Copy link
Contributor

Currently, if a lot of packaging requests are sent to Kerkhoff, the peak CPU usage exceeds Kubernetes resource limit as in last night, which causes worker timeout:

Screen Shot 2022-11-29 at 1 15 15 PM

We can add a task scheduler so large packaging such as for prime can be done asynchronously and can improve our availability.

Also #82 is needed. Currently, if a fetch fails, we cannot re-fetch it easily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant