I'm using Rails 2.5 and Chef Recipes on EngineYard.
The application is backed up into a new directory in application/releases/####### on every deploy.
These releases are timestamped, and changed frequently throughout the week. When this happens, Delayed_Jobs starts failing on all the jobs with this common error:
No such file or directory - /data/HQ_Channel2/releases/20111121154506/config/s3.yml\n/usr/lib/ruby/1.8/yaml.rb:143:in
Or..
Couldn't find Photo with ID=33758\n/data/HQ_Channel2/releases/20111121154506/vendor/rails/activerecord/lib/active_record/base.rb:1586:in
If I were to try and cd into this directory releases/20111121154506/ , it doesn't exist.
Does anyone know what I can do to keep delayed_jobs up-to-date with the change?