mpagni12 opened a new issue, #3044:
URL: https://github.com/apache/jena/issues/3044
### Version
5.3.0
### What happened?
Using the Python _requests_ client, I am running sequentially a list of
diverse SPARQL queries on a fuseki endpoint at localhost:3030, using POST
request and a timeout parameter set to 10 s. For the few first lengthy query in
the list, the timeout works as expected, i.e. the request terminates after
approx 10 s and with a 503 status code. However at some point the timeout of
subsequent queries is ignored, i.e. the queries executing correctly and
completely.
As I suspect that this problem might be linked to the fuseki HTTP server, I
have not investigated the content of the queries that are not timing out.
Should I?
Thanks in advance,
Marco
### Relevant output and stacktrace
```shell
```
### Are you interested in making a pull request?
None
--
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]