RELEASED: Public: 2022-04-06
Resolved issues
- Reduced number of calls to
Queue.maintain()
(BEE-15022) -
Frequent calls to the Jenkins method
Queue.maintain()
could have a negative impact on performance. Occasionally, the number of calls resulted in poor instance health and connection issues that could only be resolved by restarting the controller.The number of calls made to
Queue.maintain()
has been reduced, since the call already occurs periodically in the background. This fix should improve instance health and resolve some connection issues.