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

Update Creator Load check in Health-Check #407

Open
rgaudin opened this issue Apr 4, 2024 · 0 comments
Open

Update Creator Load check in Health-Check #407

rgaudin opened this issue Apr 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rgaudin
Copy link
Member

rgaudin commented Apr 4, 2024

In the health-check, we verify that the current worker load can be resolved within 2days.

The expected amount of time (it's not linear and can't be predicted) is based on a combination of magic values decided from empirical observations

See https://github.com/offspot/imager-service/blob/main/scheduler/src/routes/workers.py#L77

Those are based on pre-imager code that was a lot slower than current version. We should update it.
Given our build time is now solely based on download then upload speed, we could even decide on an average DL and UL speed and return a more realistic estimate based on this and the size.

@kelson42 kelson42 added the enhancement New feature or request label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants