-
Notifications
You must be signed in to change notification settings - Fork 10
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
Retries: clarify interaction between retries and instances #209
Comments
sosthene-nitrokey
changed the title
Retries:
Retries: clarifiy interaction between retries and instances
Aug 23, 2024
jans23
changed the title
Retries: clarifiy interaction between retries and instances
Retries: clarify interaction between retries and instances
Sep 9, 2024
Is this solved by Nitrokey/nitrokey-documentation#282 ? |
No, it's another documentation change, that's slightly depending on #223 |
Will be documented in Nitrokey/nitrokey-documentation#284 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, retries happen only in a single instance. #202 will make the retries change instance, but this will still make it that if
retries < num_instances
, some instances could never be tried.The text was updated successfully, but these errors were encountered: