Skip to content

Latest commit

 

History

History
121 lines (75 loc) · 1.82 KB

regular-job-deletion-a98358c.md

File metadata and controls

121 lines (75 loc) · 1.82 KB

Regular Job Deletion

Get an overview of the regular job deletion

All jobs that are not removed by a user remain in the system until a technical cleaning job runs. The time when this job is run by the system depends on the periodic granularity of the jobs that should be deleted. Currently, the following timeframes apply:

Regular Job Deletion

Periodic Granularity of the Job to Be Deleted

Job is Automatically Deleted After

Not periodic

14 days

Minutes

7 days

Hours

14 days

Days

Periodic value*24 days

Weeks

Periodic value*7*24 days

Months

Periodic value*31*24 days

Every X week in every Y month

Periodic value*31*24 days

Example

You have scheduled a job that runs every two weeks and ends after 20 runs. The first run starts in the calendar week 2 and ends in the calendar week 40. Each job run stays in the system for the certain retention time. Retention period is always set to 24 runs. Retention time=periodic value * retention periods * weekdays [days] = 2 * 24 *7 [days] = 336 [days] = 48 [weeks]. The first job run will be deleted a day after 48 weeks since this job run took place.

Note:

This is the default behaviour. If the application chooses to have different schemes, this is documented in the application-specific documentation.