It returns an object back with which
It returns an object back with which messages to retry/ack
3 Replies
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:
I meant, have the User Worker return an array of ack/retry commands, that the Dispatcher then calls on the payload
yes, got it! thank you kindly!