0

I have some jobs running in the background to execute at some pre-mentioned time periods. I am using resque-scheduler gem to queue the jobs on Redis server. While I have their Job Ids, I want to know the status of that particular job. Is there any particular command or code which would help me to find the status of such jobs.

Mahesh Mesta
  • 793
  • 1
  • 11
  • 28

1 Answers1

0

You can use resque-status extension to achieve this. This is supported by resque-scheduler.

More related answers you can find here.

Community
  • 1
  • 1
Dipak Gupta
  • 7,321
  • 1
  • 20
  • 32