Skip to content

Commit

Permalink
Merge pull request #82 from buildkite/docs-public-pr-2961
Browse files Browse the repository at this point in the history
Job expiry process delays
  • Loading branch information
gilesgas authored Oct 18, 2024
2 parents 8ab6b17 + 19f160f commit eb7d1a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/pipelines/build_timeouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ By default, jobs are canceled when not picked up for 30 days. This will cause th
You can override the default by setting a shorter value in your organization's [**Pipeline Settings**](https://buildkite.com/organizations/~/pipeline-settings) page.

Scheduled job limits should not be confused with [scheduled builds](/docs/pipelines/scheduled-builds). A scheduled build's jobs will still go through the [build states](/docs/pipelines/defining-steps#build-states), and the timeout will apply once its individual jobs are in the scheduled state waiting for agents.

> 📘 Delays in job expiration
> A job's expiration process is run hourly at 5 minutes past. When the expiration process runs and the job's scheduled expiration was not over at that hour, it will only be expired until the next hour when the process is executed again.

0 comments on commit eb7d1a9

Please sign in to comment.