Replies: 1 comment
-
This is the HTTP API: https://www.arangodb.com/docs/stable/http/async-results-management.html There's no simple way to implement this as the idea is that any operation can be performed asynchronously and this would currently break things, so this won't land in v7.0.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It'd be nice to have an interface for managing jobs. My use-case involves cancelling long-running queries. Using it might look like this:
Not sure how it should be implemented. Seems like the usual way to use the jobs api is to poll for the result, which seems suboptimal.
Beta Was this translation helpful? Give feedback.
All reactions