Hands an outgoing event off for delivery (e.g. SQS or HTTP); the core doesn't know which. A
resolved call means handed off, and delivery is at-least-once — consumers dedupe by event id.
A rejection counts one failed attempt against the outbox row; the relay retries it until
config.maxOutboxAttempts dead-letters it.
Hands an outgoing event off for delivery (e.g. SQS or HTTP); the core doesn't know which. A resolved call means handed off, and delivery is at-least-once — consumers dedupe by event id. A rejection counts one failed attempt against the outbox row; the relay retries it until
config.maxOutboxAttemptsdead-letters it.