that’s the direction I was heading, by passing messages received in the dispatcher’s queue consumer

that’s the direction I was heading, by passing messages received in the dispatcher’s queue consumer to the user worker via a POST fetch. but how can the user worker call message.retry(), since the messages will be serialized into JSON?
Was this page helpful?