Skip to content

Conversation

sharshenov
Copy link
Contributor

Deleting many items in the queue via Sidekiq Web UI results in timeouts because each job is being unlocked individually.
Since this change Sidekiq API patch should be applied explicitly in Gemfile:

gem 'activejob-uniqueness', require: 'active_job/uniqueness/sidekiq_patch'

fixes #16

@sharshenov sharshenov force-pushed the optional-sidekiq-patch branch from 58787e7 to 748b51b Compare May 9, 2021 12:41
@sharshenov sharshenov added this to the 0.2.0 milestone May 9, 2021
sharshenov added 2 commits May 9, 2021 15:28
Deleting many items in the queue via Sidekiq Web UI results in timeouts because each job is being unlocked individually.
Since this change Sidekiq API patch should be applied explicitly in Gemfile:

```ruby
gem 'activejob-uniqueness', require: 'active_job/uniqueness/sidekiq_patch'
```

fixes #16
@sharshenov sharshenov force-pushed the optional-sidekiq-patch branch from 748b51b to def4fb0 Compare May 9, 2021 14:32
@sharshenov sharshenov merged commit 408b691 into main May 9, 2021
@sharshenov sharshenov deleted the optional-sidekiq-patch branch May 9, 2021 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deleting many items in the queue results in timeouts
1 participant