issues
search
elimu-ai
/
ml-authentication
😶🌫️ Android application for authenticating the current student using face recognition
MIT License
16
stars
16
forks
source link
The authentication starts right after successful authentication
#312
Closed
sladomic
closed
7 years ago
sladomic
commented
7 years ago
Description:
After reboot the authentication starts
After authentication the AuthenticationJobService is rescheduled with exponentialDelay
Expected Result:
The next time the authentication starts is after x minutes (e.g 30 minutes)
Actual Result:
The authentication starts right away
Solution:
-Add minimumDelay when rescheduling with exponentialDelay, so the Authentication doesn't start twice after reboot-
Description:
Expected Result:
Actual Result:
Solution: