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 e68b92a commit fad117cCopy full SHA for fad117c
lib/datadog/core/workers/async.rb
@@ -53,7 +53,7 @@ def terminate
53
worker.join
54
end
55
rescue Timeout::Error
56
- Datadog.logger.debug { "Worker thread did not end after 0.5 seconds: #{self}" }
+ Datadog.logger.debug { "Worker thread did not end after #{SHUTDOWN_TIMEOUT} seconds: #{self}" }
57
58
true
59
0 commit comments