The build queue timeout event is thrown when a Job 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. |
Configuring the Build Queue Timeout Event
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.
To edit the build queue timeout event settings:
- Click the 'Administration' link in the top navigation bar.
- Click the 'Build Monitoring' link in the left navigation column. The Build Monitoring page will be displayed.
- Click the 'Edit' button and the Default Build Monitoring Criteria section of the Build Monitoring page will now be editable (see screenshot below). Update the value of the 'Build Queue Timeout' field (in minutes) as desired.
- Click the 'Save' button to update your settings.
Screenshot above: Editing build queue timeout event settings
Disabling the Build Queue Timeout Event
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.
Changing How Often Bamboo Checks for Build Queue Timeouts
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 the Configuring System Properties page for instructions on how to configure the bamboo.buildQueueMonitor.checkInterval
system property.
Notes
Related Topics
Configuring Notifications for a Plan and its Jobs
Disabling Build Monitoring