Added docs about running workers in production

This commit is contained in:
Selwin Ong 2019-04-07 16:32:29 +07:00
parent ba8c338654
commit c66f202460
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ Each worker will process a single job at a time. Within a worker, there is no
concurrent processing going on. If you want to perform jobs concurrently,
simply start more workers.
You should use process managers like [Supervisor](/patterns/supervisor/) or
(systemd)[https://www.freedesktop.org/wiki/Software/systemd/] to run RQ workers in production.
### Burst Mode