Say we have 50 plans setup in Bamboo and they all have a polling trigger set to the default interval of 180 seconds.
Do all 50 plans check for changes at the exact same time? Is there a way to stagger when each plan does it check?
No, the polling is not done at the same time, there's a limit on how many plans check for new changes at the same time, polling events above that limit queue up. The limit is controlled by system property:
"bamboo.plan.exe.threads"
Default value is 4.
It looks like you're new here. Sign in or register to get started.