Open xdxxxdx opened 5 months ago
A little investigation shows that the task that is responsible for everything in the ExecutorService is considered finished after an exception is thrown, which is not the case when the client is paused manually. So a way to "restart" the process(es) responsible in the client in a clean way needs to be found and implemented
Versions ldes/ldi-orchestrator:2.6.0-SNAPSHOT
Describe the bug Thanks to https://github.com/Informatievlaanderen/VSDS-Linked-Data-Interactions/issues/605, when the client now faces 404 error, the pipeline is halted as expected. But when the source
LDES
stream is recovered, manually resume the pipeline by API call, the pipeline doesn't continue consuming theLDES
stream.To Reproduce
orchestrator: pipelines:
spring: codec: max-in-memory-size: 10MB
logging: level: root: INFO Ldio.Application: INFO Ldio:HttpIn: DEBUG Ldio:HttpOut: DEBUG