Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for router connectivity more often #277

Closed
Yadunund opened this issue Sep 6, 2024 · 1 comment
Closed

Check for router connectivity more often #277

Yadunund opened this issue Sep 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Yadunund
Copy link
Member

Yadunund commented Sep 6, 2024

At present we retry the check for a router every 1s which may be slow. We should reduce this down to 100ms as recommended #258 (comment)

@evshary
Copy link

evshary commented Sep 6, 2024

Yes, we also came across the issue while doing tests. It severely affects the time to do a full system test.
ZettaScaleLabs#12
I think we can move this line into the if-condition, which means only waiting if the router is not found.
However, it will cause some liveliness issues in Zenoh. We'll update the liveliness mechanism later.
For the time being, reducing the sleep time might be a better option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants