Vinícius Vargas
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...
Same issue here. Colima version 0.8.1, M3, Sonoma 14.5. MacOS managed by company
> I want to ensure that this is the case and that you use non-blocking retries. Yes. That is my case. I am using non-blocking retries. However, after retrying N...
Could I implement the behavior with `KafkaListenerErrorHandler`? I think [the documentation](https://docs.spring.io/spring-kafka/reference/kafka/annotation-error-handling.html) suggest it, but not sure.