afs commented on PR #3184: URL: https://github.com/apache/jena/pull/3184#issuecomment-3241576431
The Fuseki module contains an HTML interface that includes a control to stop an update or query execution. 1. It is per dataset so there isn't a single page of all request in progress which is useful to see to find out about the current state of the server. 2. It is uncontrolled - any one can stop a request. 3. Administration function go under `/$/` so that the pattern can have security applied. I'm not sure what the best thing to do it but one possibility is: 1. The endpoint is `/$/exectracker` and it returns the state of all requests. 2. `operation:tracker` still exists to cause registration to happen for the dataset. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
