Replies: 2 comments
-
This is actually not an issue, you can create the interval before calling the cron-job api |
Beta Was this translation helpful? Give feedback.
0 replies
-
@sokoya How can I do it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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],
),
Beta Was this translation helpful? Give feedback.
All reactions