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
Backend Key is designed to work as an id of particular connection. Frontend could open another connection to send Cancel request with that id, in order to cancel an in-progress query on corresponding connection.
We will need to:
generate backend key and store it in a per-server scope memory stage
parse cancel request
provide api to handle Cancel request
The text was updated successfully, but these errors were encountered:
Backend Key is designed to work as an id of particular connection. Frontend could open another connection to send
Cancel
request with that id, in order to cancel an in-progress query on corresponding connection.We will need to:
Cancel
requestThe text was updated successfully, but these errors were encountered: