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

Heartbeat mechanism #3451

Open
lukasz-zimnoch opened this issue Dec 20, 2022 · 1 comment
Open

Heartbeat mechanism #3451

lukasz-zimnoch opened this issue Dec 20, 2022 · 1 comment
Assignees

Comments

@lukasz-zimnoch
Copy link
Member

In #3427, we developed a temporary heartbeat mechanism that replaced the signing test loop. We still need to design and implement a final heartbeat mechanism though. This issue covers that work.

@pdyraga
Copy link
Member

pdyraga commented Dec 21, 2022

Potential implementation could be based on the current directory of the storage. Heartbeat would be performed for all non-archived wallets. Ideally, we would have some shift between heartbeats so that all wallets do not execute the heartbeat at the same time. When we implement redemptions and moving funds, we add wallet archivisation. Heartbeats would not be executed for archived wallets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants