-
Notifications
You must be signed in to change notification settings - Fork 48
Issue838 enforece limited queue #839
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
Conversation
|
FYI: I pushed a commit to simplify the run/queuing logic a bit (and merge master) |
|
I also noticed that some tests are getting more flaky with these changes, |
|
checking if it can be related to omitting this 'created' state |
I was also looking at this, and it is indeed a subtle interaction between
Apparently, it can happen that the "status" of a job goes from "queued_for_start" to "created". While this looks wrong, it's actually possible now that status polling and job starting happens in different threads. |
|
I tried to put "created" back (also on master), |
|
flakiness seems to be solved again by adding "created" to "running" count, oh well I'll add a changelog entry and merge then I think |
…#839) refs: #839, eu-cdse/openeo-cdse-infra#859 --------- Co-authored-by: Stefaan Lippens <[email protected]>
No description provided.