keylime / keylime/rust-keylime

Implement registration retry with exponential backoff

Open
#681 1 comment 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.