Skip to content

OctoLintUnusedTargets

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

OctoLintUnusedTargets returns a warning if targets were not used in a deployment in the last 30 days.

Recommendation

Targets are used to represent where deployments are performed. Targets count towards license limits, and often have health check tasks scheduled at regular intervals.

Targets that have not been used in the last month may not be required any more, while still creating tasks and consuming licenses.

Remediation

Consider if the deployment targets are still necessary, and remove targets that are no longer used.

Clone this wiki locally