Skip to content

Commit

Permalink
workers.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jul 20, 2019
1 parent 135cb27 commit 02cd603
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/workers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,14 +292,14 @@ thread-safe.
BackgroundIntervalWorker
------------------------

Background worker which runs synchronous executor function but has asynchronous
loop.
Background worker which runs synchronous or asynchronous executor function with
the specified interval or delay.

Worker initial parameters:

* **interval** run executor with a specified interval (in seconds)
* **delay** delay between launches
* **delay_before** delay before executor launch
* **delay** delay *between* executor launches
* **delay_before** delay *before* executor launch

Parameters *interval* and *delay* can not be used together. All parameters can
be overriden during startup by adding *_* prefix (e.g.
Expand Down

0 comments on commit 02cd603

Please sign in to comment.