mirror of
https://github.com/masbicudo/LetsEncrypt-Certificate-Creator.git
synced 2026-04-25 08:35:51 +03:00
[GH-ISSUE #6] Should a button to retry an action automatically be created? #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @masbicudo on GitHub (Feb 3, 2017).
Original GitHub issue: https://github.com/masbicudo/LetsEncrypt-Certificate-Creator/issues/6
When the auto-button is pressed the action will retry 3 times automatically.
Maybe this behavior should be controlled by another button.
Also the action button could become pressed while waiting for retries, so that unpressing it would cancel the action.
@masbicudo commented on GitHub (Dec 8, 2017):
I decided that there should be only one button to set whether actions are automatic or not.
That is, one button between each consecutive steps.
Each of these buttons (actually check-buttons) will control whether the action goes to the next automatically, and also will control whether the previous action can autoretry on failure, because the user want's it to move automatically to the next action, this means that it should auto retry if the error is temporary of course.
Permanent errors should not cause an auto retry... never! =D