Javan
> --
> You received this message because you are subscribed to the Google
> Groups "Whenever Gem" group and because you're awesome.
> To post to this group, send email to whenev...@googlegroups.com
> To unsubscribe from this group, send email to
> whenever-gem...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/whenever-gem?hl=en
Maybe do something like this in each stage's file.
#deploy/production.rb
set(:whenever_identifier, "#{application}_production -f config/cron/production.rb")
Javan