mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
remove old hack
This commit is contained in:
parent
f0a20b1a5e
commit
bedbd7fe53
1 changed files with 0 additions and 4 deletions
|
@ -228,10 +228,6 @@ module Sidekiq
|
|||
end
|
||||
|
||||
def normalize_item(item)
|
||||
# 6.0.0 push_bulk bug, #4321
|
||||
# TODO Remove after a while...
|
||||
item.delete("at") if item.key?("at") && item["at"].nil?
|
||||
|
||||
validate(item)
|
||||
# raise(ArgumentError, "Arguments must be native JSON types, see https://github.com/mperham/sidekiq/wiki/Best-Practices") unless JSON.load(JSON.dump(item['args'])) == item['args']
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue