Skip to content

Commit

Permalink
Merge pull request #787 from collimarco/patch-1
Browse files Browse the repository at this point in the history
Clarify in README that tasks are run in parallel
  • Loading branch information
benlangfeld authored Sep 11, 2019
2 parents 2016110 + e505d67 commit d1a985d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Run `whenever --help` for a complete list of options for selecting the schedule

```ruby
every 3.hours do # 1.minute 1.day 1.week 1.month 1.year is also supported
# the following tasks are run in parallel (not in sequence)
runner "MyModel.some_process"
rake "my:rake:task"
command "/usr/bin/my_great_command"
Expand Down

0 comments on commit d1a985d

Please sign in to comment.