Avoid using Timeout when deleting Sidekiq jobs
Deleting a Sidekiq job calls out to Redis, but Timeout.timeout is not safe for network calls: https://www.mikeperham.com/2015/05/08/timeout-rubys-most-dangerous-api/
Showing
Please register or sign in to comment