keylime/rust-keylime

Implement registration retry with exponential backoff

ansasaki opened this issue · 1 comments

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.

I will work on this.