How to find processid, arguments and name of the job in resque?

77 views Asked by At

I'm using resque in my project for background jobs. I want to print the job name and UUID when a job starts. Can anyone tell me how can I find the this information(name of job, UUID, arguments). So that I can use those in before_enqueue hook to print..

0

There are 0 answers