Description
A clear and concise description of what the bug is.
Currently, start-fuseki waits 2 seconds before checking the status of the spawned Fuseki subprocess; however, the Fuseki server may not be ready to handle requests.
Steps to Reproduce
Steps to reproduce the behavior:
When the only dependency on start-fuseki is owlLoad, there is a potential race condition where owlLoad issues curl commands to load data into Fuseki before the Fuseki server is ready to handle such requests.
Expected Behavior
A clear and concise description of what should be the expected behavior.
Additional Context
Enter any other details such as dependencies, environment, examples, etc.
Relevant screenshots
If applicable, add screenshots to help illustrate the issue.
Description
A clear and concise description of what the bug is.
Currently,
start-fusekiwaits 2 seconds before checking the status of the spawned Fuseki subprocess; however, the Fuseki server may not be ready to handle requests.Steps to Reproduce
Steps to reproduce the behavior:
When the only dependency on
start-fusekiisowlLoad, there is a potential race condition whereowlLoadissuescurlcommands to load data into Fuseki before the Fuseki server is ready to handle such requests.Expected Behavior
A clear and concise description of what should be the expected behavior.
Additional Context
Enter any other details such as dependencies, environment, examples, etc.
Relevant screenshots
If applicable, add screenshots to help illustrate the issue.