Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 5741650

Browse files
Merge pull request #1493 from run-ai/Clarify-auto-deletion-logs
Clarify logs when using auto-deletion
1 parent 35068ea commit 5741650

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Researcher/workloads/training/distributed-training/distributed-training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ To add a new distributed training workload:
153153
13. __Optional - General settings__:
154154
* Set the __grace period__ for workload preemption. This is a buffer that allows a preempted workload to reach a safe checkpoint before it is forcibly preempted. Enter a timeframe between 0 sec and 5 min.
155155
* Set the __backoff limit__ before workload failure. The backoff limit is the maximum number of retry attempts for failed workloads. After reaching the limit, the workload status will change to "Failed." Enter a value between 1 and 100.
156-
* Set the __timeframe for auto-deletion__ after workload completion or failure. The time after which a completed or failed workload is deleted; if this field is set to 0 seconds, the workload will be deleted automatically.
156+
* Set the __timeframe for auto-deletion__ after workload completion or failure. The time after which a completed or failed workload is deleted; if this field is set to 0 seconds, the workload will be deleted automatically. This setting does not affect log retention. Log retention is managed separately.
157157
* Set __annotations(s)__
158158
Kubernetes annotations are key-value pairs attached to the workload. They are used for storing additional descriptive metadata to enable documentation, monitoring and automation.
159159
* Click __+ANNOTATION__

docs/Researcher/workloads/training/standard-training/trainings-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ To add a new training workload:
125125
* Set the __number of runs__ the workload must finish to be considered complete. Multiple runs enhance the reliability and validity of the training results.
126126
* If the number of runs is above 1, enter a value under __Parallelism__ to specify how many runs may be scheduled in __parallel__. The value must be less than or equal to the number of runs.
127127
* Set the __backoff limit__ before workload failure. The backoff limit is the maximum number of retry attempts for failed workloads. After reaching the limit, the workload status will change to "Failed." Enter a value between 1 and 100.
128-
* Set the __timeframe for auto-deletion__ after workload completion or failure. The time after which a completed or failed workload is deleted; if this field is set to 0 seconds, the workload will be deleted automatically.
128+
* Set the __timeframe for auto-deletion__ after workload completion or failure. The time after which a completed or failed workload is deleted; if this field is set to 0 seconds, the workload will be deleted automatically. This setting does not affect log retention. Log retention is managed separately.
129129
* Set __annotations(s)__
130130
Kubernetes annotations are key-value pairs attached to the workload. They are used for storing additional descriptive metadata to enable documentation, monitoring and automation.
131131
* Click __+ANNOTATION__

docs/Researcher/workloads/workspaces/workspace-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ To add a new workspace:
120120
12. __Optional - General settings__:
121121
* Allow the workload to exceed the project quota. Workloads running over quota may be preempted and stopped at any time.
122122
* Set the __backoff limit__ before workload failure. The backoff limit is the maximum number of retry attempts for failed workloads. After reaching the limit, the workload status will change to "Failed." Enter a value between 1 and 100.
123-
* Set the __timeframe for auto-deletion__ after workload completion or failure. The time after which a completed or failed workload is deleted; if this field is set to 0 seconds, the workload will be deleted automatically.
123+
* Set the __timeframe for auto-deletion__ after workload completion or failure. The time after which a completed or failed workload is deleted; if this field is set to 0 seconds, the workload will be deleted automatically. This setting does not affect log retention. Log retention is managed separately.
124124
* Set __annotations(s)__
125125
Kubernetes annotations are key-value pairs attached to the workload. They are used for storing additional descriptive metadata to enable documentation, monitoring and automation.
126126
* Click __+ANNOTATION__

0 commit comments

Comments
 (0)