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.
Was this page helpful?