1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2022-03-04 09:44:24 -08:00
parent fde3cde007
commit 9984157a6c

View file

@ -5,10 +5,11 @@
HEAD
---------
- Fix page events with live polling [#5184]
- 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
names but a few constants and public APIs were changed. The old APIs will be removed
in Sidekiq 7.0.
from the Sidekiq codebase and APIs. This mostly involved RDoc and local
variable names but a few constants and public APIs were changed. The old
APIs will be removed in Sidekiq 7.0.
```
Sidekiq::DEFAULT_WORKER_OPTIONS -> Sidekiq.default_job_options
Sidekiq.default_worker_options -> Sidekiq.default_job_options