mina-whenever icon indicating copy to clipboard operation
mina-whenever copied to clipboard

Results 9 mina-whenever issues
Sort by recently updated
recently updated
newest added

`:environment_variable` make use of different `:environment` variable name, see [Define your own job types](https://github.com/javan/whenever#define-your-own-job-types) for [whenever](https://github.com/javan/whenever)

Hi , I think you miss some in the instalation README instructions, because I get ..../mina/whenever/tasks.rb:1:in `': undefined method `set' for main:Object when I try to run a task (nothing...

New mina requires the environment for each task to be explicitly set as `:local_environment` or `:remote_environment`. Without this, there is an annoying warning when running `mina deploy`. This commit is...

Signed-off-by: Laurent Vallar

More details [here][1]. [1]: https://github.com/Mic92/mina-sidekiq/pull/27#issue-268773118

Hi, Capistrano allows to define roles that matches with whenever roles defined in config/schedule.rb. When update crontab, it could create different crontab tasks based on the roles. I am not...

This allows passing of arbitrary values into whenever via the --set facility. ``` # ### whenever_sets # Pass optional name=value pairs to the --set argument of whenever. # Specify these...

In my workspace I need to include the RAILS_ENV in the task comands in order to gem works