albrow / jobs

A persistent and flexible background jobs library for go.
MIT License
499 stars 47 forks source link

Job status is changed to executing but job has not started execution #44

Open paritosh90 opened 6 years ago

paritosh90 commented 6 years ago

Hi, I have scheduled a job at 9/15/2017, 1:58:36 PM IST epoch timestamp. The job got in executing status at this time and remained in executing state for next 5 mins without starting. It started at 9/15/2017, 2:03:08 PM IST. There were no other jobs to be executed as this was very first job. Please have a look at this, as this much delay will lead to problems in our application.

Screen Shot of job details as job is hanged for execution

screen shot 2017-09-15 at 2 03 53 pm

Screen shot of job when it started

screen shot 2017-09-15 at 2 04 13 pm