We are using the messenger component with doctrine.
Now in Kubernetes we have Workers which are started with the messenger:consume command.
These create orphaned traces whenever they read the database to check of messages are in the queue.
If i filter for Consumer Spans i do see spans where messages were consumed but im guessing there is info being lost due to the orphaned spans. Also it does Spam the Root Spans.
Can you give me help on how to work around this or is there a way to fix this in the library?
(Thank you for your work on this library. Its leagues better than what has existed before! :) )
We are using the messenger component with doctrine.
Now in Kubernetes we have Workers which are started with the
messenger:consumecommand.These create orphaned traces whenever they read the database to check of messages are in the queue.
If i filter for Consumer Spans i do see spans where messages were consumed but im guessing there is info being lost due to the orphaned spans. Also it does Spam the Root Spans.
Can you give me help on how to work around this or is there a way to fix this in the library?
(Thank you for your work on this library. Its leagues better than what has existed before! :) )