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

fix: Increase timeout of VM run function #584

Merged
merged 1 commit into from
Feb 26, 2024
Merged

fix: Increase timeout of VM run function #584

merged 1 commit into from
Feb 26, 2024

Conversation

darunrs
Copy link
Collaborator

@darunrs darunrs commented Feb 26, 2024

Some indexers such as eduohe.near/access_keys potentially exceeds the timeout of the VM while running. This may be due to latency of DB calls, which is the heaviest parts of the code. We are planning to drive down the latency of these calls, but this is a stopgap to allow indexers to continue running in the mean time.

@darunrs darunrs requested a review from a team as a code owner February 26, 2024 23:18
@darunrs darunrs changed the title fix: Increase timeout of VM run Function fix: Increase timeout of VM run function Feb 26, 2024
@darunrs
Copy link
Collaborator Author

darunrs commented Feb 26, 2024

Just pushing it out since its a simple change, and is blocking.

@darunrs darunrs merged commit d519b08 into main Feb 26, 2024
3 checks passed
@darunrs darunrs deleted the accessKeysTimeOut branch February 26, 2024 23:29
@darunrs darunrs mentioned this pull request Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant