Scheduled task runs at the wrong time #34

Open
opened 2025-12-29 00:21:40 +01:00 by adam · 0 comments
Owner

Originally created by @andre8888 on GitHub (Aug 30, 2016).

I have a task scheduled to run at 4am UTC (9pm PST) but it actually ran at random time 11.30am PST. I'm puzzled. Other jobs seem to honor the time but some jobs clearly don't.

Crono.perform(CheckUnscheduledDeliveryPickupTomorrowJob).every 1.day, at: '04:00'

Originally created by @andre8888 on GitHub (Aug 30, 2016). I have a task scheduled to run at 4am UTC (9pm PST) but it actually ran at random time 11.30am PST. I'm puzzled. Other jobs seem to honor the time but some jobs clearly don't. Crono.perform(CheckUnscheduledDeliveryPickupTomorrowJob).every 1.day, at: '04:00'
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/crono#34