pschlan / cron-job.org

cron-job.org Open Source project
GNU General Public License v2.0
1.44k stars 251 forks source link

Schedule code for every 2 days at 1 o'clock #183

Closed Jobians closed 1 year ago

Jobians commented 1 year ago

How to schedule this to run for every 2 days at 1 o'clock in php

'schedule' => array( 'timezone' => 'Africa/Lagos', 'hours' => [-1], 'mdays' => [-1], 'minutes' => [-5], 'months' => [-1], 'wdays' => [-1], ),

sokoya commented 1 year ago

This is actually not an issue, you can create the interval before calling the cron-job api

Jobians commented 1 year ago

@sokoya How can I do it