Skip to main content
Version: Next

Polling Strategies

Namastack Outbox supports two polling strategies for processing outbox records:

How it works:

  • Polls the database at a constant, fixed interval, regardless of workload.

Use case:

  • Suitable for predictable workloads or when a steady polling rate is desired.

Configuration Options:

PropertyDefaultDescription
namastack.outbox.polling.triggerfixedSelects polling strategy
namastack.outbox.polling.fixed.interval2000 msInterval in milliseconds between poll cycles
namastack.outbox.polling.batch-size10Max record keys to process per poll