-
Notifications
You must be signed in to change notification settings - Fork 4
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
Refactor round tracker to not block service startup #311
Comments
This was referenced May 16, 2024
Adding more context:
|
juliangruber
added a commit
that referenced
this issue
Jan 19, 2025
juliangruber
added a commit
that referenced
this issue
Jan 20, 2025
* Add exponential backoff to `getRoundStartEpoch()`. #311 * typo * Update api/lib/round-tracker.js Co-authored-by: Miroslav Bajtoš <[email protected]> --------- Co-authored-by: Miroslav Bajtoš <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When Glif API performance is degraded, we are not able to deploy new versions of spark-api because the startup times out while fetching RoundStart logs from the chain history.
Let's redesign our code to initialise the round tracker in background and no longer block service startup.
The text was updated successfully, but these errors were encountered: