-
Notifications
You must be signed in to change notification settings - Fork 1
Publisher CLI Options
Adam Mikulasev edited this page Dec 13, 2025
·
8 revisions
bin/outboxer_publisher [options]
| Option | Argument | Default | Description |
|---|---|---|---|
--environment |
ENV |
development |
Application environment |
--concurrency |
N |
1 |
Number of threads to publish messages |
--tick-interval |
SECS |
0.1 |
Tick interval in seconds |
--poll-interval |
SECS |
5.0 |
Poll interval in seconds |
--heartbeat-interval |
SECS |
5.0 |
Heartbeat interval in seconds |
--log-level |
LEVEL |
1 |
Log level |
--version |
– | – | Print version and exit |
--help |
– | – | Show this help message |
Publish messages concurrently with 5 threads:
bin/outboxer_publisher --concurrency 5