mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Prep for release
This commit is contained in:
parent
ab6f165237
commit
d298574027
2 changed files with 13 additions and 2 deletions
|
@ -4,9 +4,14 @@
|
|||
|
||||
Please see [sidekiq.org](https://sidekiq.org) for more details and how to buy.
|
||||
|
||||
HEAD
|
||||
2.1.0
|
||||
-------------
|
||||
|
||||
- Move historical metrics to use tags rather than interpolating name [#4377]
|
||||
```
|
||||
sidekiq.enqueued.#{name} -> sidekiq.queue.size with tag queue:#{name}
|
||||
sidekiq.latency.#{name} -> sidekiq.queue.latency with tag queue:#{name}
|
||||
```
|
||||
- Remove `concurrent-ruby` gem dependency [#4586]
|
||||
- Add systemd `Type=notify` support for swarm [#4511]
|
||||
- Length swarm's boot timeout to 60 sec [#4544]
|
||||
|
|
|
@ -4,9 +4,15 @@
|
|||
|
||||
Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.
|
||||
|
||||
HEAD
|
||||
5.1.0
|
||||
---------
|
||||
|
||||
- Remove old Statsd metrics with `WorkerName` in the name [#4377]
|
||||
```
|
||||
job.WorkerName.count -> job.count with tag worker:WorkerName
|
||||
job.WorkerName.perform -> job.perform with tag worker:WorkerName
|
||||
job.WorkerName.failure -> job.failure with tag worker:WorkerName
|
||||
```
|
||||
- Remove `concurrent-ruby` gem dependency [#4586]
|
||||
- Update `constantize` for batch callbacks. [#4469]
|
||||
- Add queue tag to `jobs.recovered.fetch` metric [#4594]
|
||||
|
|
Loading…
Add table
Reference in a new issue