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.
2 parents 2016110 + e505d67 commit d1a985dCopy full SHA for d1a985d
README.md
@@ -49,6 +49,7 @@ Run `whenever --help` for a complete list of options for selecting the schedule
49
50
```ruby
51
every 3.hours do # 1.minute 1.day 1.week 1.month 1.year is also supported
52
+ # the following tasks are run in parallel (not in sequence)
53
runner "MyModel.some_process"
54
rake "my:rake:task"
55
command "/usr/bin/my_great_command"
0 commit comments