We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I am using the below gems
gem "workless", "1.1.1" gem "delayed_job", "2.0.7" gem "rails", "~>2.3"
In production.rb, I have added the below code
config.after_initialize do p Delayed::Job Delayed::Job.scaler = :heroku end
But after starting the rails server I am getting the below error. .
Delayed::Backend::ActiveRecord::Job(id: integer, priority: integer, attempts: integer, handler: text, last_error: text, run_at: datetime, locked_at: datetime, failed_at: datetime, locked_by: string, created_at: datetime, updated_at: datetime) `method_missing': undefined method `scaler=' for #<Class:0x00000003aa6a10> (NoMethodError)
Please help me on this.
The text was updated successfully, but these errors were encountered:
Is there a reason you don't use the latest version?
Sorry, something went wrong.
No branches or pull requests
Hi
I am using the below gems
In production.rb, I have added the below code
But after starting the rails server I am getting the below error. .
Please help me on this.
The text was updated successfully, but these errors were encountered: