We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
From https://github.com/javan/whenever/issues/716
Q: We don't want use whenever in staging env, can we deactivate whenever for an environment ?
A: Yes, just set the role to nil based on the capistrano stage, something like this:
set :whenever_roles, -> { stage == :staging ? nil : :db }