JB
JB
CDCloudflare Developers
Created by Hard@Work on 9/19/2024 in #queues
It returns an object back with which
yes, got it! thank you kindly!
3 replies
CDCloudflare Developers
Created by Hard@Work on 9/19/2024 in #queues
It returns an object back with which
I'm a little confused, do you mean using the API to ack/retry using https://developers.cloudflare.com/api/operations/queue-v2-messages-ack ? I can't call the methods directly on the message b/c the messages are getting passed into the user worker like so:
worker.fetch('http://worker/message', {
method: "POST",
body: JSON.stringify({ messages }),
});
worker.fetch('http://worker/message', {
method: "POST",
body: JSON.stringify({ messages }),
});
3 replies