Update content/en/admin/scaling.md

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

View File

@ -131,7 +131,7 @@ 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.
{{< 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.**
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}