Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Cron Expression format

Tip

The app respects your browser time zone. All issues will be created according to local time zone of the user who created a task. 

Cron expression has the following five fields format:

...


Examples

Info
titleExamples to run task
  1. Every Friday at 18:00 type: '0 18 * * 5'
  2. From Monday to Friday at 18:00 type: '0 18 * * MON-FRI'
  3. On Tuesday and Thursday at 18:00 type: '0 18 * * TUE,THU'
  4. Every first day of month at 18:00 type: '0 18 1 * *'


Details and support

...


Warning

Your cron task might be scheduled up to 30 minutes difference.

<Minutes> field is currently is ignored and tasks are run every half and full hour.


...