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
In the same way that lastRun is calculated, I would like to add the scheduledRun time to the job object, so that when I go to process it, I can calculate the delay between scheduled time and work pickup time.
I would be glad to implement this feature - I just wanted to put it past you first.
The text was updated successfully, but these errors were encountered:
I started to add this into job.data.scheduled_at, until I saw that the job object has started_at,updated_at,promoted_at as top level items. The difficulty is that on set and get it seems those are heavily filtered - I'd have to curry the job.set and job.get to add this.
In the same way that lastRun is calculated, I would like to add the scheduledRun time to the job object, so that when I go to process it, I can calculate the delay between scheduled time and work pickup time.
I would be glad to implement this feature - I just wanted to put it past you first.
The text was updated successfully, but these errors were encountered: