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

Reorder client registration #35

Open
michaelkaye opened this issue Sep 27, 2022 · 0 comments
Open

Reorder client registration #35

michaelkaye opened this issue Sep 27, 2022 · 0 comments
Milestone

Comments

@michaelkaye
Copy link
Contributor

There's a possible issue atm where clients register but stop polling for updates by the time they're allocated to a job.

It would be better if clients sat in a "register" loop until they were needed, and only then moved onto setup and then start polling for requests.

This reduces things like lengths of videos stored and gets better timings on how long tests run, and also gives us two piles of clients - one pile waiting for work and the other doing the work.

TBD: how the API looks; how things move between states.

@michaelkaye michaelkaye added this to the next milestone Oct 12, 2022
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