forked from mcasperson/OctopusRecommendationEngine
-
Notifications
You must be signed in to change notification settings - Fork 5
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.
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.
Consider if the deployment targets are still necessary, and remove targets that are no longer used.