Skip to content

Commit

Permalink
[README]: added instructions about recurring task initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanschwarz committed Feb 18, 2021
1 parent 6c46fed commit 3f2761d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ in such case your overall system should be **slowed down** because some of the p
```

Because the next recurring task is kept in the queue, if the server is restarted, it will start the recurring task again.
Be sure to remove all recurring task *on the master* before starting others, or lock the insert :
Be sure to remove all recurring task *on the master* before starting others, or secure the insert.
Otherwise you will have multiple same recurring tasks running at the same time.

You can either do :

Expand Down

0 comments on commit 3f2761d

Please sign in to comment.