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

Separate token price reporting schedule #14154

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

mateusz-sekara
Copy link
Collaborator

It's a cherry-pick from CCIP repository smartcontractkit/ccip#1278

## Motivation
Static price removal job rollout will be delayed to after 1.5 release.
To unblock db load concerns in 1.4.21 which writes prices to db, we want
to reduce number of token-price related insertions in db.

## Solution
Separate gas price and token price insertion frequency, insert every 10
minutes for token price. 10-min resolution for token price is accurate
enough for our use case.
@mateusz-sekara mateusz-sekara requested a review from a team as a code owner August 20, 2024 08:31
asoliman92
asoliman92 previously approved these changes Aug 20, 2024
@cl-sonarqube-production
Copy link

@mateusz-sekara mateusz-sekara added this pull request to the merge queue Aug 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 20, 2024
@mateusz-sekara mateusz-sekara added this pull request to the merge queue Aug 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 20, 2024
@mateusz-sekara mateusz-sekara added this pull request to the merge queue Aug 20, 2024
Merged via the queue into develop with commit a937d5c Aug 20, 2024
127 of 128 checks passed
@mateusz-sekara mateusz-sekara deleted the cherry-pick-price-service branch August 20, 2024 10:00
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.

4 participants