Informatievlaanderen / VSDS-Linked-Data-Interactions

https://informatievlaanderen.github.io/VSDS-Linked-Data-Interactions/
European Union Public License 1.2
4 stars 7 forks source link

Additional endpoint to restart a pipeline with clean state #626

Closed jobulcke closed 1 month ago

jobulcke commented 6 months ago

Feature request: a new endpoint /admin/api/v1/pipeline/{pipelineId}/restart to completely shutdown the pipeline, but without deleting it, but restarting the pipeline with a clean state (or with kept-state if keep-state=true). With this feature, you can restart the pipeline without the need of restarting the container nor deleting and re-adding the complete pipeline, which can come in very handy in development or setting up your pipelin with trial and error

jobulcke commented 1 month ago

Is not something that should be added to the code base