Update content/en/admin/scaling.md

Co-authored-by: Michael Stanclift <mx@vmstan.com>
This commit is contained in:
Andy Piper 2024-01-11 11:41:42 +00:00 committed by GitHub
parent 9bcee21f8f
commit b9dccafe81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -130,7 +130,9 @@ Sidekiq processes queues by first checking for tasks in the first queue, and if
It is possible to start different Sidekiq processes for the queues to ensure truly parallel execution, by e.g. creating multiple systemd services for Sidekiq with different arguments.
**Make sure you only have one `scheduler` queue running!**
{{< hint style="warning" >}}
You may run as many Sidekiq processes with as many threads as necessary to efficiently process running jobs, however the `scheduler` queue should never be run in more than one Sidekiq process at a time.**
{{< /hint >}}
## Transaction pooling with PgBouncer {#pgbouncer}