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.
1 parent c5c6b19 commit a147a00Copy full SHA for a147a00
lib/datadog/core/workers/async.rb
@@ -49,7 +49,7 @@ def terminate
49
worker.terminate
50
# Wait for the worker thread to end
51
begin
52
- Timeout.timeout(0.5) do
+ Timeout.timeout(SHUTDOWN_TIMEOUT) do
53
worker.join
54
end
55
rescue Timeout::Error
0 commit comments