Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
docs: fix a mistake in worker section. Instead of `app['webserver']…
Browse files Browse the repository at this point in the history
…['adapter']` it should be `app['worker']['adapter']`
  • Loading branch information
shkrt authored and ajgon committed Feb 9, 2022
1 parent c2c8713 commit 35d9f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ as well (notice that `node['deploy'][<application_shortname>]` logic doesn't app

Worker configuration. Currently sidekiq, delayed_job, resque, shoryuken.

- `app['webserver']['adapter']`
- `app['worker']['adapter']`
- **Default:** `null`
- **Supported values:** `sidekiq`, `delayed_job`, `resque`, `shoryuken` and `null`.
- If worker is needed, here it can be set up and configured. `null` means no worker installed.
Expand Down

0 comments on commit 35d9f72

Please sign in to comment.