Edit Cronjob
Identifier
Enabled
enabled ?? '0') { echo 'checked'; } ?>>
Description
Intervall

Choose a preset from the dropdown

'Custom', '*/5 * * * *' => 'Every 5 Minutes', '*/15 * * * *' => 'Every 15 Minutes', '0 * * * *' => 'Every Hour', '0 */2 * * *' => 'Every 2 Hours', '0 0 * * *' => 'Every Day at Midnight', '0 3 * * 1' => 'Every Monday at 03:00', '0 0 1 * *' => 'First Day of Every Month at midnight', '0 2 1 */2 *' => 'Every 2 Months at 02:00' ); ?>

- OR -

Enter your own Cron Expression