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
Original app had a button to stop a running query. Not sure how we would implement this with node-q. Potentially storing a reference to a running query and then destroying it would stop the query. I'm not sure if that would only kill it from the client side and not the database side though. May also require a connection reset.
The text was updated successfully, but these errors were encountered:
Original app had a button to stop a running query. Not sure how we would implement this with node-q. Potentially storing a reference to a running query and then destroying it would stop the query. I'm not sure if that would only kill it from the client side and not the database side though. May also require a connection reset.
The text was updated successfully, but these errors were encountered: