You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maximum duration in ISO 8601 format for which the package metadata maintenance task will hold a lock. <br/><br/> The duration should be long enough to cover the task's execution duration.
Minimum duration in ISO 8601 format for which the package metadata maintenance task will hold a lock. <br/><br/> The duration should be long enough to cover eventual clock skew across API server instances.
Maximum duration in ISO 8601 format for which the project maintenance task will hold a lock. <br/><br/> The duration should be long enough to cover the task's execution duration.
Minimum duration in ISO 8601 format for which the project maintenance task will hold a lock. <br/><br/> The duration should be long enough to cover eventual clock skew across API server instances.
Maximum duration in ISO 8601 format for which the tag maintenance task will hold a lock. <br/><br/> The duration should be long enough to cover the task's execution duration.
Minimum duration in ISO 8601 format for which the tag maintenance task will hold a lock. <br/><br/> The duration should be long enough to cover eventual clock skew across API server instances.
Cron expression of the telemetry submission task. <br/><br/> The task enforces a 24-hour minimum interval between submissions, so the cron expression controls how often the task checks whether a submission is due.
@@ -2098,26 +2038,6 @@ Cron expression of the vulnerability database maintenance task. <br/><br/> The
Maximum duration in ISO 8601 format for which the vulnerability database maintenance task will hold a lock. <br/><br/> The duration should be long enough to cover the task's execution duration.
Minimum duration in ISO 8601 format for which the vulnerability database maintenance task will hold a lock. <br/><br/> The duration should be long enough to cover eventual clock skew across API server instances.
Maximum duration in ISO 8601 format for which the vulnerability metrics update task will hold a lock. <br/><br/> The duration should be long enough to cover the task's execution duration.
Minimum duration in ISO 8601 format for which the vulnerability metrics update task will hold a lock. <br/><br/> The duration should be long enough to cover eventual clock skew across API server instances.
Cron expression of the workflow maintenance task. <br/><br/> The task: <ul> <li>Transitions workflow steps from <code>PENDING</code> to <code>TIMED_OUT</code> state</li> <li>Transitions workflow steps from <code>TIMED_OUT</code> to <code>FAILED</code> state</li> <li>Transitions children of <code>FAILED</code> steps to <code>CANCELLED</code> state</li> <li>Deletes finished workflows according to the configured retention duration</li> </ul>
0 commit comments