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
It would be nice in the event of database instability - for example, if the database restarts and is returning connection refused - for the queries issued by sqlc to automatically retry up until a specified number of times or until the context runs out.
Bonus points if you can also retry errors on idempotent queries that fail after the query has been sent to the database.
The text was updated successfully, but these errors were encountered:
While this would be nice to have, it's low priority. Maybe we figure out a generic middleware stack so that retry logic can be implemented outside of sqlc.
It would be nice in the event of database instability - for example, if the database restarts and is returning connection refused - for the queries issued by sqlc to automatically retry up until a specified number of times or until the context runs out.
Bonus points if you can also retry errors on idempotent queries that fail after the query has been sent to the database.
The text was updated successfully, but these errors were encountered: