Update CronJob concept description
This commit is contained in:
@@ -36,9 +36,10 @@ maximum length of a Job name is no more than 63 characters.
|
|||||||
|
|
||||||
## CronJob
|
## CronJob
|
||||||
|
|
||||||
CronJobs are useful for creating periodic and recurring tasks, like running backups or
|
CronJobs are meant for performing regular scheduled actions such as backups,
|
||||||
sending emails. CronJobs can also schedule individual tasks for a specific time, such as
|
report generation, and so on. Each of those tasks should be configured to recur
|
||||||
scheduling a Job for when your cluster is likely to be idle.
|
indefinitely (for example: once a day / week / month); you can define the point
|
||||||
|
in time within that interval when the job should start.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user