GraphScope
GraphScope copied to clipboard
Support nonblocking and cancelling query in pegasus.
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.