mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
fix wiki links
This commit is contained in:
parent
f50e9d3f41
commit
707e18c213
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ Please read these notes carefully.
|
|||
|
||||
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.
|
||||
See the [Metrics](/mperham/sidekiq/wiki/Metrics) wiki page for details.
|
||||
See the [Metrics](https://github.com/mperham/sidekiq/wiki/Metrics) wiki page for details.
|
||||
|
||||
## Embedding
|
||||
|
||||
|
@ -18,7 +18,7 @@ Previously, you could only run Sidekiq by starting a new process with `bundle ex
|
|||
Now you can embed Sidekiq within another process with just a few lines of Ruby code.
|
||||
I'm labeling this "experimental" because it's quite possible that 3rd party plugins or various edge cases within Sidekiq could break.
|
||||
Feedback is very much appreciated if you try out embedding, even if just "works great for us!".
|
||||
See the [Embedding](/mperham/sidekiq/wiki/Embedding) wiki page for details.
|
||||
See the [Embedding](https://github.com/mperham/sidekiq/wiki/Embedding) wiki page for details.
|
||||
|
||||
## Capsules
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue