Summary
Retry-with-backoff logic is currently implemented separately in wallet-service, verification-service, and lifecycle-service.
Requirements
- Extract a shared retry utility into service-kit
- Migrate at least two services to use the shared utility
- Add unit tests for the shared retry utility covering backoff and jitter
- Document usage in the service-kit README
Summary
Retry-with-backoff logic is currently implemented separately in wallet-service, verification-service, and lifecycle-service.
Requirements