try to fix issue with sidekiq and redis
This commit is contained in:
parent
37ffdc2f33
commit
9abaaf9d91
|
@ -15,3 +15,4 @@ if ENV["PROFILE"]
|
||||||
ObjectSpace.trace_object_allocations_start
|
ObjectSpace.trace_object_allocations_start
|
||||||
Sidekiq.logger.info "allocations tracing enabled"
|
Sidekiq.logger.info "allocations tracing enabled"
|
||||||
end
|
end
|
||||||
|
Sidekiq.strict_args!(false)
|
||||||
|
|
Loading…
Reference in New Issue