Show build queue position/time #4166
theblixguy
started this conversation in
Ideas
Replies: 1 comment 2 replies
|
Unfortunately, the design of our build system makes this kind of feature challenging to implement. We keep only fairly short list of actually queued builds and then every few minutes we fill up that queue by finding packages that do not have the correct number of builds (swift versions x platforms) already generated and fill the queue from there. The design of this system works very well, but it makes adding features like this challenging. |
2 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.
At the moment, I can't see when the build system is going to process a new release of my package. The webpage shows a truncated list of recent builds, but it would be great if I could see when it got queued and how long will it take to process (e.g. there's 100 builds in front of it and it's going to take 2 hours before your package is built)
All reactions