Skip to content

Commit

Permalink
Update worker docs with encryption config notice
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Oct 21, 2022
1 parent 5d6b67b commit fe1f982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/advanced/workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe1f982

Please sign in to comment.