Skip to content

Commit

Permalink
one at the time -> one at a time (#1238)
Browse files Browse the repository at this point in the history
`beat processes`
  • Loading branch information
Peter Buckley authored and markstory committed Sep 25, 2019
1 parent 08a4192 commit 1ff62b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ docker run \
run cron
```

It’s recommended to only run one of them at the time or you will see unnecessary extra tasks being pushed onto the queues but the system will still behave as intended if multiple beat processes are run. This can be used to achieve high availability.
It’s recommended to only run one cron container at a time or you will see unnecessary extra tasks being pushed onto the queues, but the system will still behave as intended if multiple beat processes are run. This can be used to achieve high availability.

## What’s Next? {#what-s-next}

Expand Down

0 comments on commit 1ff62b2

Please sign in to comment.