mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
3025
This commit is contained in:
parent
26875c9d5b
commit
8fd6274800
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@ HEAD
|
||||||
|
|
||||||
- Add API to check if a unique lock is present. See [#2932] for details.
|
- Add API to check if a unique lock is present. See [#2932] for details.
|
||||||
- Tune concurrent limiters to minimize thread thrashing under heavy contention. [#2944]
|
- Tune concurrent limiters to minimize thread thrashing under heavy contention. [#2944]
|
||||||
|
- Add option for tuning which Bundler groups get preloaded with `sidekiqswarm` [#3025]
|
||||||
|
```
|
||||||
|
SIDEKIQ_PRELOAD=default,production bin/sidekiqswarm ...
|
||||||
|
# Use an empty value for maximum application compatibility
|
||||||
|
SIDEKIQ_PRELOAD= bin/sidekiqswarm ...
|
||||||
|
```
|
||||||
|
|
||||||
1.2.1
|
1.2.1
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Reference in a new issue