Vinícius Vargas

Results 6 comments of Vinícius Vargas

I am sorry for not answering, @youtux. I was going to research how to implement, but I am not having much time lately. If you both @youtux and @TheoAndersen wants...

Using the filename is a more stable solution. Can you change in your side? Example: ```yaml - name: Invoke unit test workflow uses: benc-uk/workflow-dispatch@v1 with: workflow: unittests.yaml token: ${{ secrets.ACCESS_TOKEN...

Providing signal to execute seems better for three reasons - you will abort only something that is running, not the act of building the query. That's my intuition on judging...

I am testing in my personal library but this code is used in a critical problem for my company. It is veeeeeery critical to us to have a reliably propagated...

More input: After adding more tests I see that all of them fail with the same randomly returned value: https://github.com/santunioni/dxqueue/blob/main/src/datadog/sqs-baggage-propagation.unit.ts That indicates that datadog is creating this traceId in the...

I decided to test in production and the baggage propagation worked as expected. Therefore there is no need for urgent intervention here. But can you tell me why the tests...