mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Minor grammatical changes (#5551)
While going through the 7.0-Upgrade file, I noticed a grammatical error, so I used Grammarly and LanguageTool to double-check the content. I made a few minor changes to the 7.0-Upgrade file based on Grammarly's suggestions.
This commit is contained in:
parent
26fed38a32
commit
3d89185bde
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Please read these notes carefully.
|
|||
## Job Metrics
|
||||
|
||||
Sidekiq 7.0 adds a new "Metrics" tab in the Web UI with high-resolution data on job execution times along with the ability to mark deploy times.
|
||||
This allows you to monitor job execution times minute by minute and see when a deploy causes a performance regression.
|
||||
This allows you to monitor job execution times minute by minute and see when a deployment causes a performance regression.
|
||||
See the [Metrics](https://github.com/mperham/sidekiq/wiki/Metrics) wiki page for details.
|
||||
|
||||
## Embedding
|
||||
|
@ -92,4 +92,4 @@ gem 'sidekiq', '< 7'
|
|||
* Upgrade to 7.x.
|
||||
```ruby
|
||||
gem 'sidekiq', '< 8'
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue