Skip to content

Commit

Permalink
add a note about custom queue name
Browse files Browse the repository at this point in the history
  • Loading branch information
amyasnikov committed Oct 23, 2024
1 parent 4e69071 commit 842769f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/installation/plugin_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ Validity uses threads to perform device polling. This setting defines the upper

*Type:* `str`

RQ queue name for running the tests. May be useful if you want to move tests execution into separate queue (e.g. handled by separate set of workers)
RQ queue name for running the tests. May be useful if you want to move tests execution into a separate queue (e.g. handled by separate set of workers)

!!! note
Default RQ worker serves 3 queues only: `high`, `default` and `low`. You have to reconfigure your RQ worker (or just start another one in parallel) in case of choosing a different queue name.

For instance, if your runtests_queue is set to `my_queue`, then RQ worker has to be started with this queue name as a parameter: `./manage.py rqworker my_queue`


### script_timeouts
Expand Down

0 comments on commit 842769f

Please sign in to comment.