mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Free lifecycle procs so they GC
This commit is contained in:
parent
9fc8267848
commit
4fd83bfe7d
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ module Sidekiq
|
|||
handle_exception(ex, { event: event })
|
||||
end
|
||||
end
|
||||
arr.clear
|
||||
end
|
||||
|
||||
def want_a_hertz_donut?
|
||||
|
|
Loading…
Reference in a new issue