I am using resque-status gem to get the status of a Resque job, however I fail to see/find which are all the possibility statuses a job can have.

I know two of them: completed and failed, but where is the list of all of them?

Thanks

有帮助吗?

解决方案

The complete list of statuses seems to be

  • queued
  • working
  • completed
  • failed
  • killed
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top