forked from mcasperson/OctopusRecommendationEngine
-
Notifications
You must be signed in to change notification settings - Fork 5
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.
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.
Consider increasing the task cap or adding a HA instance to spread tasks between instances.