Implement login backoff if logins continuously fail #8

Closed
opened 2023-01-16 20:26:13 +01:00 by paul · 0 comments
Owner

Currently, if the login fails, it tries again after the default poll interval (not the service-specific one). This can be fast or too fast.
Implement a backoff (with some maximum) so that logins are tried less frequently if it keeps failing.

Currently, if the login fails, it tries again after the default poll interval (not the service-specific one). This can be fast or too fast. Implement a backoff (with some maximum) so that logins are tried less frequently if it keeps failing.
paul added the
bug
label 2023-01-16 20:26:14 +01:00
paul added this to the 0.3.0 milestone 2023-01-16 21:07:37 +01:00
paul changed title from Implement login hold off if logins continuosly fail to Implement login hold off if logins continuously fail 2023-03-22 15:41:40 +01:00
paul self-assigned this 2023-04-14 21:48:37 +02:00
paul changed title from Implement login hold off if logins continuously fail to Implement login backoff if logins continuously fail 2023-04-14 21:49:07 +02:00
paul closed this issue 2023-04-14 23:07:26 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: paul/solar-grabber#8
No description provided.