1
0
Fork 0
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:
Mike Perham 2022-09-26 12:14:09 -07:00
parent f50e9d3f41
commit 707e18c213
No known key found for this signature in database

View file

@ -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