Replies: 2 comments
|
This is actually not an issue, you can create the interval before calling the cron-job api |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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],
),
All reactions