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

Audit asynchronous scheduler flows and investigate performance #4557

Open
marta-lokhova opened this issue Nov 22, 2024 · 0 comments
Open

Audit asynchronous scheduler flows and investigate performance #4557

marta-lokhova opened this issue Nov 22, 2024 · 0 comments
Labels

Comments

@marta-lokhova
Copy link
Contributor

Recent performance investigations suggest inefficiencies in our scheduling strategy. We should audit the code for the following:

  • end-to-end SCP/block/tx processing. In some situations, we might need to make the flow synchronous to avoid tasks getting stuck in scheduler queues for a while.
  • Scheduling strategy. The scheduler attempts being fair across all queues, which means that some high-priority tasks like SCP might end up waiting for a while. We should investigate the impact of current scheduling policy on SCP latency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant