Skip to content

Commit

Permalink
Merge pull request #19 from breamware/bump_expire_ttl
Browse files Browse the repository at this point in the history
Bump BID EXPIRE TTL to 30 days
  • Loading branch information
nglx authored Oct 16, 2018
2 parents 6fe1b6f + b21ff13 commit ddccd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/batch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Sidekiq
class Batch
class NoBlockGivenError < StandardError; end

BID_EXPIRE_TTL = 108_000
BID_EXPIRE_TTL = 2_592_000

attr_reader :bid, :description, :callback_queue, :created_at

Expand Down

0 comments on commit ddccd49

Please sign in to comment.