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
With just the API enabled (the scanner is not running), I see that queries that belong to HTTP requests that have timed out are still executing on the server. Based on lib/pq#535, we could pass the HTTP context to the database and get query cancellation for free when the HTTP request is cancelled.
The text was updated successfully, but these errors were encountered:
With just the API enabled (the scanner is not running), I see that queries that belong to HTTP requests that have timed out are still executing on the server. Based on lib/pq#535, we could pass the HTTP context to the database and get query cancellation for free when the HTTP request is cancelled.
The text was updated successfully, but these errors were encountered: