From 4fb59c45f943e3ec75c49690d23c11d83dbb62ca Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Thu, 11 Jan 2024 13:56:11 +0000 Subject: [PATCH] Update content/en/admin/scaling.md Co-authored-by: Michael Stanclift --- content/en/admin/scaling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/admin/scaling.md b/content/en/admin/scaling.md index f56ee315..e056b20a 100644 --- a/content/en/admin/scaling.md +++ b/content/en/admin/scaling.md @@ -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}