Open tdeo opened 2 months ago
Hey @tdeo! Thanks for the report, and for the patience with our slow answer >_>
Yesterday I set aside some time to try to reproduce this and... I wasn't successful.
It sounds like you may be able to trigger this this on your side. If you're still up to helping us debug and fix this (if not -- that's ok! We did take a bunch of time to get back to you), can I ask you to try:
c.profiling.enabled = false
c.tracing.instrument :pg, comment_propagation: 'full'
While we don't know of issues with either of those two currently, I think those would be the most likely culprits for pinning this down.
Current behaviour
Hello,
We're getting the following IOError when using the
parallel
gem in the following way:My usage:
Expected behaviour
No error is thrown
Steps to reproduce
Running the code above
Environment
ddtrace (1.23.3)
,libdatadog (7.0.0.1.0)
Configuration block (
Datadog.configure ...
):ruby 3.3.4 (2024-07-09 revision be1089c8ec) [aarch64-linux]
aarch64 GNU/Linux
running in a Docker image originating fromruby:3.3.4-slim-bookworm
parallel (1.26.3)