You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A _CronJob_ creates {{< glossary_tooltip term_id="job" text="Jobs" >}} on a repeating schedule.
16
16
17
17
One CronJob object is like one line of a _crontab_ (cron table) file. It runs a job periodically
18
18
on a given schedule, written in [Cron](https://en.wikipedia.org/wiki/Cron) format.
19
19
20
+
In addition, the CronJob schedule supports timezone handling, you can specify the timezone by adding "CRON_TZ=<timezone>" at the beginning of the CronJob schedule, and it is recommended to always set `CRON_TZ`.
21
+
20
22
{{< caution >}}
21
23
All **CronJob**`schedule:` times are based on the timezone of the
0 commit comments