keylime / keylime/rust-keylime
Implement registration retry with exponential backoff
Open
@sergio-correia is already working on this.
Since Nov 21, 2023.
help wanted
- Dominant language
- Rust
- Stars
- 162
- Forks
- 76
- Avg merge
- 4d 17h
- Merged PRs (30d)
- 3
Description
Currently, the agent does not retry registering with the registrar in case of failure. This is about implementing the registration retry with exponential backoff.
The idea is that the agent should keep trying to register itself with the registrar with exponential increasing wait time between retries. Probably it makes sense to limit the maximum wait time.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.