You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Recent performance investigations suggest inefficiencies in our scheduling strategy. We should audit the code for the following:
The text was updated successfully, but these errors were encountered: