Skip to content

Implement error handling / retry and backoff for Nats messages #307

@fabriziosestito

Description

@fabriziosestito

Currently, if a message processing error occurs, the worker NAKs it, causing it to retry indefinitely. To prevent this, configure the stream with a backoff strategy and a maximum number of retries (see the Backoff setting here: https://docs.nats.io/nats-concepts/jetstream/consumers).

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions