Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion background-methods/performing-recurrent-tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ The ``Cron`` class contains different methods and overloads to run jobs on a min
.. admonition:: Identifiers should be unique
:class: warning

Use unique identifiers for each recurring job, otherwise you'll end with a single job.
Use unique identifiers for each recurring job, otherwise you'll end with a single job.
+ **meaning:** on the 2nd and any subsequent calls it will *update* the job with that identifier rather than create a new one.

.. admonition:: Identifiers may be case sensitive
:class: note
Expand Down