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.
Asked
Active
Viewed 1,337 times
1 Answers
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