ssvlabs / ssv

Secret-Shared-Validator(SSV) for ethereum staking
https://ssv.network
GNU General Public License v3.0
181 stars 95 forks source link

Investigate Potential Delays in Slot Ticker #1611

Closed olegshmuelov closed 2 months ago

olegshmuelov commented 3 months ago

We are observing occasional delays (exceeding 100ms) in the logging of ticker events within our SlotTicker. This might be linked to the processing logic in handlers. The delay could be due to blocking operations, shared resource contention, or other bottlenecks within the event handling loop.

We need to add timing logs to key operations in these handlers and ensure that the SlotTicker is not being impacted by concurrent access or slow operations.

olegshmuelov commented 2 months ago

closing in favor of https://github.com/ssvlabs/ssv/issues/1643