[Bamboo Knowledge Base]
The build queue timeout event is thrown when a build has been waiting in the build queue for longer than a specified period of time.
This event is currently used by Bamboo to send notifications.
You can change the criteria governing when the build queue timeout event is thrown. You can also disable build monitoring altogether so that the build queue timeout event never occurs.
On this page:
To edit the build queue timeout event settings:
Screenshot: Editing build queue timeout event settings
You can disable the build queue timeout event by disabling build monitoring for your Bamboo installation. See Disabling build monitoring.
Please note, you cannot disable the build queue timeout event without disabling all build monitoring features for your Bamboo installation.
By default, Bamboo will check whether a build queue timeout event has been thrown every 60 seconds.
You can change this by configuring the system property, bamboo.buildQueueMonitor.checkInterval
. (This property is specified in seconds.)
Please read Configuring system properties for instructions on how to configure the bamboo.buildQueueMonitor.checkInterval
system property.