Build a Workers queue consumer exporting audit batches to a SIEM. The
export is all-or-nothing per batch: a failed POST retries the whole batch
(Queues backoff, then the configured dead-letter queue), so no event is
acked before the collector confirmed it.
Build a Workers queue consumer exporting audit batches to a SIEM. The export is all-or-nothing per batch: a failed POST retries the whole batch (Queues backoff, then the configured dead-letter queue), so no event is acked before the collector confirmed it.