Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Feb 25, 2025
1 parent e1ba4c1 commit d629c18
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions reaper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Buckets represent file trees and may be referenced by:
- TaskGroup

The TTL after orphaned is defined by the
[Bucket.TTL](https://github.com/konveyor/tackle2-hub/blob/ab4977d68c9e4a8e1d0189f296ef1bafc447b92d/settings/README.md#main) setting.
[Bucket.TTL](https://github.com/konveyor/tackle2-hub/blob/main/settings/README.md#main) setting.

### Files ###

Expand All @@ -31,7 +31,7 @@ Files represent files and may be referenced by:
- Rule

The TTL after orphaned is defined by the
[File.TTL](https://github.com/konveyor/tackle2-hub/blob/ab4977d68c9e4a8e1d0189f296ef1bafc447b92d/settings/README.md#main) setting.
[File.TTL](https://github.com/konveyor/tackle2-hub/blob/main/settings/README.md#main) setting.

### Tasks ###

Expand All @@ -40,7 +40,7 @@ a workflow that involves uploading files into the task's bucket. To do this, the
must create the task, upload the files, then submit the task. To prevent leaking tasks
that are created and never submitted, the reaper will delete tasks that have not been
submitted after a period defined by the
[Reaper.Created](https://github.com/konveyor/tackle2-hub/blob/ab4977d68c9e4a8e1d0189f296ef1bafc447b92d/settings/README.md#task-manager) setting.
[Reaper.Created](https://github.com/konveyor/tackle2-hub/blob/main/settings/README.md#task-manager) setting.

Submitted tasks are never reaped. As a result, there is a need for objects
referenced by tasks to be reaped. Tasks reference:
Expand All @@ -54,12 +54,12 @@ naturally reaped (garbage-collected).

**Succeeded** tasks:
- Released after a period defined by the
[Reaper.Succeeded](https://github.com/konveyor/tackle2-hub/blob/ab4977d68c9e4a8e1d0189f296ef1bafc447b92d/settings/README.md#task-manager) setting.
[Reaper.Succeeded](https://github.com/konveyor/tackle2-hub/blob/main/settings/README.md#task-manager) setting.
- Pod deleted after a period defined by the
[Pod.Renention.Succeeded](https://github.com/konveyor/tackle2-hub/blob/ab4977d68c9e4a8e1d0189f296ef1bafc447b92d/settings/README.md#task-manager) setting.
[Pod.Renention.Succeeded](https://github.com/konveyor/tackle2-hub/blob/main/settings/README.md#task-manager) setting.

**Failed** tasks:
- Released after a period defined by the
[Reaper.Failed](https://github.com/konveyor/tackle2-hub/blob/ab4977d68c9e4a8e1d0189f296ef1bafc447b92d/settings/README.md#task-manager) setting.
[Reaper.Failed](https://github.com/konveyor/tackle2-hub/blob/main/settings/README.md#task-manager) setting.
- Pod deleted after a period defined by the
[Pod.Retention.Failed](https://github.com/konveyor/tackle2-hub/blob/ab4977d68c9e4a8e1d0189f296ef1bafc447b92d/settings/README.md#task-manager) setting.
[Pod.Retention.Failed](https://github.com/konveyor/tackle2-hub/blob/main/settings/README.md#task-manager) setting.

0 comments on commit d629c18

Please sign in to comment.