We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 }