You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @algirdasci 👋
Release postponed a little, need to write additional tests for some plugins. ATM you may subscribe to the releases on the RR GitHub page (watch -> custom -> releases).
No duplicates 🥲.
What happened?
When dynamically creating pipeline,
redialTimeout
parameter is not respected and falling back to default value of 60 seeconds.Version (rr --version)
rr version 2024.2.0 (build time: 2024-07-25T13:25:10+0000, go1.22.5), OS: linux, arch: amd64
How to reproduce the issue?
When I dynamically declare pipeline using following code:
The
redialTimeout
parameter is not respected and after losing connection to RabbitMQ server redialer exits after ~60s (see log output).Tested same scenario when declaring queue using
.rr.yaml
config file - theredial_timeout
parameter is respected and redialer exits after set timeout.Relevant log output
The text was updated successfully, but these errors were encountered: