You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we do for our rust-frontegg crate, we should implement a retry mechanism via reqwest_middleware and reqwest_retry that automatically retries failing GET and HEAD requests. This will improve the quality of life for applications as transient network errors become less painful.
The text was updated successfully, but these errors were encountered:
As we do for our rust-frontegg crate, we should implement a retry mechanism via
reqwest_middleware
andreqwest_retry
that automatically retries failing GET and HEAD requests. This will improve the quality of life for applications as transient network errors become less painful.The text was updated successfully, but these errors were encountered: