dandami
CDCloudflare Developers
•Created by dandami on 4/18/2024 in #workers-help
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.2 replies