Skip to content

zetaclient scheduler becomes desynced #3227

@gartnera

Description

@gartnera

It seems that TryOutboundProcessor will be called at different times on different machines (~5 seconds difference). This will degrade keysign performance.

image

This can partially be attributed desync based on the start time of zetaclient:

observeTicker := time.NewTicker(3 * time.Second)

We should subscribe to new block events via websockets like this so that we can react to new block immediately without polling.

Metadata

Metadata

Assignees

Labels

zetaclientIssues related to ZetaClient

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions