diff options
author | Valery Piashchynski <[email protected]> | 2021-07-11 11:50:50 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-07-11 11:50:50 +0300 |
commit | 240b114e1ea3c1414bcd9f4d2c050d56c467222f (patch) | |
tree | 3c6a9e29c183492e6925488c24b9f65ca9c83fc7 /tests/plugins | |
parent | 510e19376df7882491e123cbfd2790a04ba31147 (diff) |
Dead letter exchange optimization. Cache for the DLX queues. If the
queue had been declared and binded to the particular timeout, we can
avoid re-declaring the queue. This optimization increases RPS to the DLX
from 3.5k to 35k.
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins')
-rw-r--r-- | tests/plugins/jobs/configs/.rr-jobs-init.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/plugins/jobs/configs/.rr-jobs-init.yaml b/tests/plugins/jobs/configs/.rr-jobs-init.yaml index 93c978c2..6efc760b 100644 --- a/tests/plugins/jobs/configs/.rr-jobs-init.yaml +++ b/tests/plugins/jobs/configs/.rr-jobs-init.yaml @@ -9,7 +9,6 @@ server: amqp: addr: amqp://guest:guest@localhost:5672/ - # beanstalk configuration beanstalk: addr: tcp://localhost:11300 |