try to fix issue with sidekiq and redis

This commit is contained in:
Alexander Stefanov 2023-03-07 16:18:04 +01:00
parent 37ffdc2f33
commit 9abaaf9d91
1 changed files with 1 additions and 0 deletions

View File

@ -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)