Queued builds automatically cancelled after ~300 minutes when triggering #3392
Replies: 1 comment 5 replies
-
|
Hi @abhishekmirajkar-get-sides, how many concurrencies does your team have currently ? have you considered increasing it? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Expected results
Queued builds should remain in the queue until they start execution.
Since this is a planned bulk release, we expect builds that are waiting due to concurrency limits to eventually start once previous builds finish, without being automatically cancelled after a fixed time period.
Actual results
Builds that stay in queue for approximately 300 minutes are automatically cancelled.
This happens consistently when triggering ~100+ builds via API.
The cancelled builds are typically the ones that were still waiting in queue and had not started execution yet.
We are planning to increase the number of apps in the coming days, so this behavior makes bulk releases unreliable for us.
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions