Queue "send" method hangs, binding is set it up and queue is exist.
Hey there. For some reason even though binding config is set for the queue,
env.QUEUE.send(message);
hangs in worker. but sending manual message over dashboard to queue just works fine. what may be the issue?
In local everything is fine, in production, when pushing manual message through dashboard to the queue everything also just works fine, and queueHandler picks the message as it should be, but when it comes to sending message from worker to queue with send() method it hangs forever.
binding is surely in the settings and I call exactly how the binding is set it up via env
, so it is env.EMAIL_QUEUE.send()
in my case.0 Replies