This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
chore: change interval to 30 seconds rather than every second #1236
Open
roshaans
wants to merge
5
commits into
master
Choose a base branch
from
fix/change-recent-tx-count-interval
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
roshaans
temporarily deployed
to
dev-backend-testnet
September 14, 2023 14:55
— with
GitHub Actions
Inactive
roshaans
temporarily deployed
to
dev-backend-mainnet
September 14, 2023 14:55
— with
GitHub Actions
Inactive
roshaans
temporarily deployed
to
dev-frontend
September 14, 2023 14:57
— with
GitHub Actions
Inactive
shelegdmitriy
approved these changes
Sep 14, 2023
frol
approved these changes
Sep 18, 2023
@roshaans Unit-tests fail for a completely different reason (snapshot mismatch), I don't understand how they used to pass, though 🤷♂️ |
rtsainear
temporarily deployed
to
dev-backend-mainnet
October 5, 2023 22:17
— with
GitHub Actions
Inactive
rtsainear
temporarily deployed
to
dev-backend-testnet
October 5, 2023 22:17
— with
GitHub Actions
Inactive
rtsainear
temporarily deployed
to
dev-backend-testnet
October 6, 2023 03:36
— with
GitHub Actions
Inactive
rtsainear
temporarily deployed
to
dev-backend-mainnet
October 6, 2023 03:36
— with
GitHub Actions
Inactive
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
According to the Database Query Insights, this query was run in the backend over 20 thousand times in just the past hour alone (Almost 4 million requests in the past 7 days) and each request takes on average 1.8 seconds to make and the result is just always one row.
This PR hopes to lessen this bottleneck query by extending the interval for this query from every second to every 30 seconds.