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
When a query is submitted, user receives a job id in return. Implement a feature that allows the user to submit the job id and cancel the job before it finishes. This should be both removing it from the queue and canceling the job if it is in-flight. e.g.
-- cancel job id 10SELECTpglater.cancel_job(10)
The text was updated successfully, but these errors were encountered:
When a query is submitted, user receives a job id in return. Implement a feature that allows the user to submit the job id and cancel the job before it finishes. This should be both removing it from the queue and canceling the job if it is in-flight. e.g.
The text was updated successfully, but these errors were encountered: