We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27c28ce + 8579030 commit aa1b282Copy full SHA for aa1b282
activerecord/lib/active_record/connection_adapters/abstract/connection_pool/reaper.rb
@@ -43,6 +43,7 @@ def spawn_thread(frequency)
43
# Advise multi-threaded app servers to ignore this thread for
44
# the purposes of fork safety warnings
45
Thread.current.thread_variable_set(:fork_safe, true)
46
+ Thread.current.name = "AR Pool Reaper"
47
running = true
48
while running
49
sleep t
0 commit comments