Skip to content

Commit 7351d67

Browse files
authored
Merge pull request #162 from willnet/emphasize-limitation
Emphasize the limitations in the README
2 parents 3b1528e + 35ac3f6 commit 7351d67

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ Then `bundle install`.
1919

2020
### Limitations
2121

22-
**Important note:** At this moment, `sidekiq-limit_fetch` is incompatible with
23-
- sidekiq pro's `reliable_fetch`
24-
- `sidekiq-rate-limiter`
25-
- any other plugin that rewrites fetch strategy of sidekiq.
22+
> [!WARNING]
23+
> At this moment, `sidekiq-limit_fetch` is incompatible with
24+
> sidekiq pro's [super_fetch](https://github.com/sidekiq/sidekiq/wiki/Reliability#using-super_fetch),
25+
> [sidekiq-rate-limiter](https://github.com/enova/sidekiq-rate-limiter),
26+
> and any other plugin that rewrites fetch strategy of sidekiq.
2627
2728
### Usage
2829

0 commit comments

Comments
 (0)