Valery Piashchynski
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.