resque/resque-scheduler

Get time a job was queued

musabdullah0 opened this issue · 0 comments

I'm trying to write a job that will be scheduled to run multiple times an hour. However, one issue I'm running into is knowing what time the job was queued within the job itself. Is there a way to pass a parameter to the perform function in the job class giving it some information about what time it was queued?