-
Sean McGivern authored
These APIs allow you to delete Sidekiq jobs from a queue. We now support having multiple worker classes use the same queue, so we need an extra argument to support that case - otherwise it would be possible to delete jobs from a less-problematic worker when just meaning to target a particular worker. Changelog: changed
63979ec0