Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uninitialized constant Delayed::Worker::FatalBackendError #571

Closed
mariash opened this issue Sep 5, 2013 · 6 comments
Closed

uninitialized constant Delayed::Worker::FatalBackendError #571

mariash opened this issue Sep 5, 2013 · 6 comments

Comments

@mariash
Copy link

mariash commented Sep 5, 2013

Looks like Delayed::Worker::FatalBackendError is not defined anywhere.

@elubin
Copy link

elubin commented Sep 17, 2013

ditto, same issue!

@franzwilding
Copy link

same here. does anyone found a solution?

rwd added a commit to rwd/delayed_job that referenced this issue Nov 14, 2013
@bethesque
Copy link

Yes, define your own class

module Delayed
  class FatalBackendError < Exception; end
end

@albus522
Copy link
Member

albus522 commented Jan 9, 2014

The error class did get overlooked and will be added, however this is an unrecoverable error and would result in the process exiting anyway

@thewoolleyman
Copy link

Me too

@thewoolleyman
Copy link

Actually, the correct hack is:

module Delayed
  class Worker
    class FatalBackendError < Exception; end
  end
end

😄

brauliobo added a commit to CIRANDAS/noosfero-ecosol that referenced this issue Dec 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants