-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: retry oauth requests on 404 with known error codes
If an alarm base station is offline, on cellular backup, or updating firmware, the `connections` endpoint returns an error code. When that happens, we will just try again in 20 seconds. Removing auth token delays because they weren't actually necessary (thought they might be the cause of the 404 errors)
- Loading branch information
Showing
1 changed file
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters