Valery Piashchynski

Results 403 comments of Valery Piashchynski

> I mean stable in the context of a stable sort - that elements of the same priority are popped in the order they were inserted. Yeah, while PQ guarantees...

Hey @bohemima πŸ‘‹πŸ» Could you please create a test case (PHP) for that? For example, an HTTP worker that sends a message to the JOBS worker (with OTEL enabled), and...

I think that the problem is that RR itself does not propagate the span starting from the very beginning (like from the Push method) of the Message entering the RR.

Yeah, I think that we need to update all plugins with RPC support to support span propagation.

Hey @koren88 πŸ‘‹πŸ» If you want structured logs, you may use mode: `json` for the temporal logs as well. I'll not break any JSON parser, since it'd be a valid...

> Just to clarify what we’re trying to achieve: we don’t need RR to validate or format JSON, we only need mode: raw to pass through the message exactly as...

Hey @jackprice πŸ‘‹πŸ» Writing to a file (fd) would always be blocking and depends on your terminal throughput. This is why, if you need to write to a file, RR...

Hey @Kaspiman πŸ‘‹ Yeah, it should be covered via docs, but this is how errors in processes work. Actual lets say fatal error here is - exit code 1. The...

Did you resolve that problem and managed to build RR ?

> Next question: what is this revision/commit and why is it being requested? This is your branch's last commit.