elimu-ai / ml-authentication

😶‍🌫️ Android application for authenticating the current student using face recognition
MIT License
16 stars 16 forks source link

Add exponential delay between authentications for the same Student #309

Closed sladomic closed 7 years ago

sladomic commented 7 years ago

I just saw that I didn't change the behaviour after reboot. So at the moment it would appear after every reboot and then again reschedule with an exponentialDelay. Shall I change it so, that after the reboot also the exponentialDelay is used or should after a reboot the authentication come up?

jo-elimu commented 7 years ago

I just saw that I didn't change the behaviour after reboot. So at the moment it would appear after every reboot and then again reschedule with an exponentialDelay. Shall I change it so, that after the reboot also the exponentialDelay is used or should after a reboot the authentication come up?

@sladomic I think it makes sense to have the authentication come up after each reboot, in case the device ran out of battery and had to be charged. I'll add tracking of each device reboot (#311) so that we'll learn more about what the typical pattern of device reboots looks like.