adamwiggins/clockwork

How run command in clockwork

Closed this issue · 0 comments

Is it possible to run command in clockwork, like this

ever(1.minute, 'db_backup') {
   command "backup perform --trigger db_backup --config_file config/backup.rb"
 }