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

SNB does not invoked with default time interval 1 hour #1602

Closed
sergiy-skalelabs opened this issue Sep 22, 2023 · 1 comment · Fixed by #1603, #1604, #1606, #1614 or #1615
Closed

SNB does not invoked with default time interval 1 hour #1602

sergiy-skalelabs opened this issue Sep 22, 2023 · 1 comment · Fixed by #1603, #1604, #1606, #1614 or #1615
Assignees

Comments

@sergiy-skalelabs
Copy link
Contributor

SNB uses default time interval 1 hour to refresh list of S-Chains currently connected to this S-Chain. This periodic refresh does not happen because of setInterval JS API does not work well with long time intervals like 1 hour. And this is often discussed in various JS discussion forums. We need to fix behavior of this timer based work.

@EvgeniyZZ
Copy link

Verified: marked as resolved.
Related to: https://github.com/skalenetwork/internal-support/issues/868
Version: 2.0.1

@EvgeniyZZ EvgeniyZZ moved this from QA to Done in SKALE Engineering 🚀 Nov 21, 2023
@sergiy-skalelabs sergiy-skalelabs linked a pull request Dec 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment