Retry schedule for access

Once we are asked to set access on a lock for a spesified time, it might fail, due to a number or reasons.

  • Lock could be offline
  • Lock server is offline
  • Lock is in some kind of error state and cannot honor the request
  • Something else

If it fails, we have the following retry schedule for access:

Set access:
  • Every 5 minutes for 1 hour
  • Then once an hour until checkout
Remove access:
  • Every 5 minutes for 15 minutes
  • Once an hour for 180 days

Status operation for checking errors, battery, online/offline:

  • Once an hour if all is OK

If it goes offline or something is wrong:

  • Every 5 minutes for 5 days
  • Once an hour for 25 days
  • Once a day after 25 days