From fe1f98275b1cc63b55b93d4a285e04b4da59198b Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Fri, 21 Oct 2022 10:23:56 -0400 Subject: [PATCH] Update worker docs with encryption config notice --- docs/advanced/workers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/advanced/workers.md b/docs/advanced/workers.md index d32b113c6..d16261714 100644 --- a/docs/advanced/workers.md +++ b/docs/advanced/workers.md @@ -23,6 +23,8 @@ queue: host: github-bridge-redis ``` +Note that if [encryption](./encryption.md) is enabled, `queue.monolithic` must be set to `true`, as worker mode is not yet supported with encryption. + Once that is done, you can simply start the processes by name using yarn: ``` yarn start:webhooks