Hello y'all, happy coding to everybody :pikahey: I have a question regarding to the getting messag
Hello y'all, happy coding to everybody :pikahey:
I have a question regarding to the getting messages from queue. I have a producer worker which is a queue manager in general which manages routing for queues. basically, if payload
In my queue handler i'm doing 2 db operations and making a request to queue manager with the necessary data to keep process going.
What am I doing wrong here? Would love to get some pointers
Thanks in advance!
I have a question regarding to the getting messages from queue. I have a producer worker which is a queue manager in general which manages routing for queues. basically, if payload
{ targetQueue: "test-runner", data: {} }. Let's say I'm sending data to "test-runner" queue via queue manager. For some reasons, sometimes (more oftenly) my consumer worker doesn't get these messages from the queue, it just stay still. Sometimes I'm seeing Exceeded CPU Time error and that happen right after it runs for the first time and then I can't get anything back from the consumer worker.In my queue handler i'm doing 2 db operations and making a request to queue manager with the necessary data to keep process going.
What am I doing wrong here? Would love to get some pointers






