You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using the following cron: every(1.week, 'create_week.job', :at => 'Monday 00:05', :tz => 'UTC')
It's not getting triggered. I also have every(30.minutes, 'coins.count.job') that is working completely fine.
Please help me if I am doing anything wrong.
The text was updated successfully, but these errors were encountered:
I have been using the following cron:
every(1.week, 'create_week.job', :at => 'Monday 00:05', :tz => 'UTC')
It's not getting triggered. I also have
every(30.minutes, 'coins.count.job')
that is working completely fine.Please help me if I am doing anything wrong.
The text was updated successfully, but these errors were encountered: