Skip to content

Commit f243b94

Browse files
emaklitadavlgd
authored andcommitted
shared(ruby): explicit behavior with multiple Sidekiq configs
1 parent fd66acf commit f243b94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/ruby.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ The value of this variable must be a comma-separated list of files:
6868
CC_SIDEKIQ_FILES="./config/sidekiq_1.yml,./config/sidekiq_2.yml,./config/sidekiq_3.yml"
6969
```
7070

71+
One Sidekiq process will be started per configuration file.
72+
7173
**Note:** `CC_SIDEKIQ_FILES` have precedence over `CC_ENABLE_SIDEKIQ` which means that even if `CC_SIDEKIQ_FILES` is defined and `CC_ENABLE_SIDEKIQ` is set to `false`, Sidekiq will still be enabled.
7274

7375
Each path is the path *from the root of the repository* to a sidekiq configuration file.

0 commit comments

Comments
 (0)