Skip to content

OctoLintDeploymentQueuedTime

Matthew Casperson edited this page Mar 16, 2023 · 1 revision

OctoLintDeploymentQueuedTime returns a warning if more than 10 tasks were queued for more than a minute.

Recommendation

The Octopus task cap limits how many tasks are executed in parallel. When the task queue exceeds the task cap, tasks wait for their turn to be started. If too many tasks take too long to start, deployments and runbooks can be delayed.

Remediation

Consider increasing the task cap or adding a HA instance to spread tasks between instances.

Clone this wiki locally