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

whenever scheduled at the incorrect moment #592

Closed
sandrinr opened this issue Nov 1, 2015 · 2 comments
Closed

whenever scheduled at the incorrect moment #592

sandrinr opened this issue Nov 1, 2015 · 2 comments

Comments

@sandrinr
Copy link

sandrinr commented Nov 1, 2015

Hi

In our deployment, using capistrano v2 with capinfony, whenever is scheduled as pretty much the first thing, even before bundler is called which leads to a execution failure for every first time deployment.

In the file:

before "deploy:finalize_update", "whenever:update_crontab"

Schould this not be 'after "deploy:finalize_update"'?

cheers,
Raffaele

@pawlik
Copy link

pawlik commented Feb 17, 2016

Check your Capfile. See if you're explicitly require capistrano/bundler. You probably should, and it should be required before whenever/capistrano

@benlangfeld
Copy link
Collaborator

There is a proposed solution for this at #535. Please follow along there.

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

3 participants