@@ -19,7 +19,8 @@ Buckets represent file trees and may be referenced by:
19
19
- Task
20
20
- TaskGroup
21
21
22
- TTL after orphaned (default: 1 minute).
22
+ The TTL after orphaned is defined by the
23
+ [ Bucket.TTL] ( https://github.com/konveyor/tackle2-hub/blob/ab4977d68c9e4a8e1d0189f296ef1bafc447b92d/settings/README.md#main ) setting.
23
24
24
25
### Files ###
25
26
@@ -29,15 +30,17 @@ Files represent files and may be referenced by:
29
30
- Target
30
31
- Rule
31
32
32
- TTL after orphaned (default: 1 minute).
33
+ The TTL after orphaned is defined by the
34
+ [ File.TTL] ( https://github.com/konveyor/tackle2-hub/blob/ab4977d68c9e4a8e1d0189f296ef1bafc447b92d/settings/README.md#main ) setting.
33
35
34
36
### Tasks ###
35
37
36
38
Tasks may be created then submitted in a _ two-phase_ process. The reason is to support
37
39
a workflow that involves uploading files into the task's bucket. To do this, the user
38
40
must create the task, upload the files, then submit the task. To prevent leaking tasks
39
41
that are created and never submitted, the reaper will delete tasks that have not been
40
- submitted after a defined period (default: 72 hours).
42
+ submitted after a period defined by the
43
+ [ Reaper.Created] ( https://github.com/konveyor/tackle2-hub/blob/ab4977d68c9e4a8e1d0189f296ef1bafc447b92d/settings/README.md#task-manager ) setting.
41
44
42
45
Submitted tasks are never reaped. As a result, there is a need for objects
43
46
referenced by tasks to be reaped. Tasks reference:
@@ -50,9 +53,13 @@ reaped. Releasing simply means to remove the reference to allow them to be
50
53
naturally reaped (garbage-collected).
51
54
52
55
** Succeeded** tasks:
53
- - Released after a defined period (default: 72 hours).
54
- - Pod deleted after a defined period (default: 1 minute)
56
+ - Released after a period defined by the
57
+ [ Reaper.Succeeded] ( https://github.com/konveyor/tackle2-hub/blob/ab4977d68c9e4a8e1d0189f296ef1bafc447b92d/settings/README.md#task-manager ) setting.
58
+ - Pod deleted after a period defined by the
59
+ [ Pod.Renention.Succeeded] ( https://github.com/konveyor/tackle2-hub/blob/ab4977d68c9e4a8e1d0189f296ef1bafc447b92d/settings/README.md#task-manager ) setting.
55
60
56
61
** Failed** tasks:
57
- - Released after a defined period (default: 30 days).
58
- - Pod deleted after a defined period (default 72 hours).
62
+ - Released after a period defined by the
63
+ [ Reaper.Failed] ( https://github.com/konveyor/tackle2-hub/blob/ab4977d68c9e4a8e1d0189f296ef1bafc447b92d/settings/README.md#task-manager ) setting.
64
+ - Pod deleted after a period defined by the
65
+ [ Pod.Retention.Failed] ( https://github.com/konveyor/tackle2-hub/blob/ab4977d68c9e4a8e1d0189f296ef1bafc447b92d/settings/README.md#task-manager ) setting.
0 commit comments