RELEASED: Public: October 15, 2025
Resolved issues
- HA: when triggering downstream jobs, under certain conditions the upstream job could wait forever (BEE-61954)
-
In an HA controller, when running a build that triggers other builds, an issue could occur if a downstream build completes while the upstream build is pending adoption by another replica (for example, during a rolling update). In this scenario, the event could be lost, causing the upstream build to hang indefinitely.
Now, pending messages are stored in a data structure and are periodically (every minute) retried, ensuring that adopted builds are notified as expected.