Hommer Smith
Hommer Smith

Reputation: 27852

Which statuses a Resque job can have?

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

Upvotes: 1

Views: 34

Answers (1)

Holger Just
Holger Just

Reputation: 55833

The complete list of statuses seems to be

  • queued
  • working
  • completed
  • failed
  • killed

Upvotes: 1

Related Questions