You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in config/application.rb. I know that file is required when the job is actually performed, so I'm not sure why it's giving me problems. FTR I'm on Rails 3.2.1 with the latest varnish and delayed_job. Note that I am using the mongoid version of DJ.
I've updated to the latest gem release, and when I set the backend to delayed job, the varnish purge will not execute with this last_error:
Job failed to load: undefined class/module Lacquer::DelayedJobJob
Any clue? Is there somewhere I need to require the file that defines the DelayedJobJob class?
The text was updated successfully, but these errors were encountered: