Hey guys, is there any problem with
Hey guys, is there any problem with recursive queue consumers/producers? I have a consumer that produces to the same queue it consumes from and it seems like metrics are significantly delayed. That said though, my queue jobs do take ~30s to run each and can only run one at a time by design. Perhaps it takes some time for a new deployment to be hooked up as I'm testing some stuff and deploying pretty often. I can see that the queue I am using is increasing in size and my db is getting new data so it is consuming and producing. It seems that as soon as I stop producing to the same queue I am consuming from, the metrics return
Another question that I am struggling to find any information on is how to interpret the execution duration GB-sec value on workers. What does this mean?
Another question that I am struggling to find any information on is how to interpret the execution duration GB-sec value on workers. What does this mean?


