No info about queued job
bikashp opened this issue · 2 comments
bikashp commented
When a job fails or complete, we get information about it but when it is queued we don't have any information. Is there a way to get any details for queued job?
quirkey commented
Where are you looking to get information? If you use the create
or enqueue
methods on a Job class you should be able to query the status id immediately:
See: https://github.com/quirkey/resque-status/blob/master/lib/resque/plugins/status.rb#L84
bikashp commented
I was talking about viewing status on resque-web interface. When a job is completed or failed, it shows the class name, options passed to it, etc. but nothing for queued job.