-
Notifications
You must be signed in to change notification settings - Fork 340
Open
Labels
Description
Describe the bug
Long running spans are not being reported.
I have a nodeJS worker which spawns a CLI command and we wrap that in a tracer.trace()
function.
When the CLI process finishes within 5-10 minutes the span is sent to APM just fine, however when it takes longer ~30 minutes it doesn't.
I've seen some reports on the PHP sdk that had this exact issue, could the node app also suffer from this bug?
We are really keen to have this fixed ASAP as it will give us a lot of visibility for our long running process, thanks
Environment
APM
Docker
- Operation system:
alpine-node - Node version:
14 - Tracer version:
0.35.0 - 1.12 - Agent version:
1.11.0
ahilke and Globidev