mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
changes
This commit is contained in:
parent
fde3cde007
commit
9984157a6c
1 changed files with 4 additions and 3 deletions
|
@ -5,10 +5,11 @@
|
||||||
HEAD
|
HEAD
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
- Fix page events with live polling [#5184]
|
||||||
- Many under-the-hood changes to remove all usage of the term "worker"
|
- Many under-the-hood changes to remove all usage of the term "worker"
|
||||||
from the Sidekiq codebase and APIs. This mostly involved RDoc and local variable
|
from the Sidekiq codebase and APIs. This mostly involved RDoc and local
|
||||||
names but a few constants and public APIs were changed. The old APIs will be removed
|
variable names but a few constants and public APIs were changed. The old
|
||||||
in Sidekiq 7.0.
|
APIs will be removed in Sidekiq 7.0.
|
||||||
```
|
```
|
||||||
Sidekiq::DEFAULT_WORKER_OPTIONS -> Sidekiq.default_job_options
|
Sidekiq::DEFAULT_WORKER_OPTIONS -> Sidekiq.default_job_options
|
||||||
Sidekiq.default_worker_options -> Sidekiq.default_job_options
|
Sidekiq.default_worker_options -> Sidekiq.default_job_options
|
||||||
|
|
Loading…
Reference in a new issue