-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry async calls if they fail (#814)
* Adding new event for log rocket to track when supabase calls failed Fixing circular dep with logrocket and supabase * More import fixes * Adding a warning for when the network is down according to the browser No longer clearing the cache on tables * Updating to latest notistack Using more custom notification styling for network * Being safe * Reverting the table caching display * Making errors display with more insight for users * Making errors display with more insight for users : new file * Switching over to the retry library * Getting more functions over to retrying Cleaning up * Fixing how a response is handled * Comments and instruction clean up * post merge fix * Cleaning up typing for invoke * clean up * handling combined grants * Getting connectos to retry * Getting directives using retry * Getting drafts using retry * marking todo * Getting hydration using retry * Getting inferred schema using retry * Do not want to throw on error to help with retry * marking todo * Do not want to throw on error to help with retry * getting live specs using retry * Getting pub view using retry * Getting more stuff working with retry * PR: updating name
- Loading branch information
1 parent
a271364
commit 4a5d971
Showing
50 changed files
with
498 additions
and
376 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.