File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
7782License
7883-------
You can’t perform that action at this time.
0 commit comments