Skip to content

Commit 762e6f4

Browse files
committed
Update README with all configurable env vars
Signed-off-by: Javi Fontan <[email protected]>
1 parent 231288d commit 762e6f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ The list of available variables is:
7373
- `AMQP_BACKOFF_MIN` (default: 20ms): Minimum time to wait for retry the connection or queue channel assignment.
7474
- `AMQP_BACKOFF_MAX` (default: 30s): Maximum time to wait for retry the connection or queue channel assignment.
7575
- `AMQP_BACKOFF_FACTOR` (default: 2): Multiplying factor for each increment step on the retry.
76+
- `AMQP_BURIED_QUEUE_SUFFIX` (default: `.buriedQueue`): Suffix for the buried queue name.
77+
- `AMQP_BURIED_EXCHANGE_SUFFIX` (default: `.buriedExchange`): Suffix for the exchange name.
78+
- `AMQP_BURIED_TIMEOUT` (default: 500): Time in milliseconds to wait for new jobs from the buried queue.
79+
- `AMQP_RETRIES_HEADER` (default: `x-retries`): Message header to set the number of retries.
80+
- `AMQP_ERROR_HEADER` (default: `x-error-type`): Message header to set the error type.
7681

7782
License
7883
-------

0 commit comments

Comments
 (0)