Skip to content

Commit d1a985d

Browse files
authored
Merge pull request #787 from collimarco/patch-1
Clarify in README that tasks are run in parallel
2 parents 2016110 + e505d67 commit d1a985d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Run `whenever --help` for a complete list of options for selecting the schedule
4949

5050
```ruby
5151
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)
5253
runner "MyModel.some_process"
5354
rake "my:rake:task"
5455
command "/usr/bin/my_great_command"

0 commit comments

Comments
 (0)