GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

Support nonblocking and cancelling query in pegasus.

Open siyuan0322 opened this issue 2 years ago • 0 comments

Currently a query may execute a quite long time and would block the incoming query afterward. We need to

  • [ ] Make sure the previous blocking query won't block the following query if there is workers available.
  • [ ] Support cancelling query.

siyuan0322 avatar Jul 22 '22 03:07 siyuan0322