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

dev: price-pusher data fetching #226

Open
EvolveArt opened this issue Nov 18, 2024 · 0 comments
Open

dev: price-pusher data fetching #226

EvolveArt opened this issue Nov 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@EvolveArt
Copy link
Contributor

Current Behavior

Right now the API fetching is the main bottleneck of the off-chain price pusher with ~300 pairs.
Data fetching blocks the thread of publishing i.e we wait till we have fetched all the latest data before publishing.

Expected Behavior

  • We could push one by one i.e as soon as we fetch an asset we publish the result off-chain
  • If we get to that, we might get rate-limited so we need to work around this
  • In any case, we should have a lower latency otherwise the StarkEx endpoint doesnt send back fresh data
@EvolveArt EvolveArt added the bug Something isn't working label Nov 18, 2024
@EvolveArt EvolveArt moved this to Backlog in Pragma Backlog Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

1 participant