dice-group / dice-group/COPAAL
SPARQL client may end up getting HTTP 429
- Dominant language
- Java
- Stars
- 12
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
# Description
The latest SPARQL client implementation does not seem to make use of delays. This can lead to the situation that the client receives HTTP 429 (too many requests) responses from endpoints instead of receiving data.
# Solution
- [ ] Insert a longer break when receiving HTTP 429.
- [ ] Enable the configuration and usage of a static delay between requests.
- [ ] The configuration has to be done from outside! It should be possible to start COPAAL with or without a delay.
Note that the solution has to be implemented in a way that it does not collide with the max. query execution time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.