Creating a queue request doesn't work

I've added the queue function to my worker, and send the queue request with the following command env.MY_QUEUE.send(job); I don't get any exceptions but the queue doesn't run.
1 Reply
DaniFoldi
DaniFoldi10mo ago
did you also add an await before your env.MY_QUEUE.send(job)?

Did you find this page helpful?