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

Prevent jobs from be given to multiple clients #128

Open
vogti opened this issue Aug 31, 2020 · 0 comments
Open

Prevent jobs from be given to multiple clients #128

vogti opened this issue Aug 31, 2020 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@vogti
Copy link
Member

vogti commented Aug 31, 2020

It can happen that a job is given to multiple clients. While this is not a critical point, as Chronos simply uses the last submitted result, it causes a significant waste of time.

One approach would be to introduce a new job state " initializing" between "sheduled" and running.

@vogti vogti added the bug Something isn't working label Aug 31, 2020
@vogti vogti added this to the Version 1.0 milestone May 22, 2021
@vogti vogti modified the milestones: Version 1.0, Version 1.2 Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant