Michel Vocks

Results 16 comments of Michel Vocks

Yeah, sounds like a good idea. Especially the scheduler is critical and could potentially have some leaking routines.

@Skarlso Yes. One plugin instance is always one plugin run. We need to have an instance since we need to run multiple jobs synchronously via this instance. If we don't...

I don't know how but maybe we are talking past each other. Could you elaborate a bit more on the problem/solution? In my opinion, we could easily add a mutex...

That's already implemented by the go-plugin. If the health check does not respond, go-plugin will terminate the process. At least that is what I can read from the code 😄

Welcome @JulianSauer 🤗 Yes, your assumption is right. The build system and the Gaia java SDK are both tightly coupled to maven which was an early decision due to the...

@JulianSauer You can find the source code here: https://github.com/gaia-pipeline/javasdk You can find a basic guide in the README.md file (https://github.com/gaia-pipeline/gaia#contributing). Please open a new issue if you stuck somewhere or...

Welcome @fubarhouse. Thanks a lot for showing your interest in Gaia and for being patient with us. 🤗 I cannot give you an estimate date but it will be hopefully...

Hi @DHunte and @Skarlso, I'm wondering a bit about the use-case of this feature. I think the general idea and also the best advice is to copy / backup the...

Gotcha! However, it is still possible to define all pipeline information in a JSON file and send that to the Gaia API via cURL which would basically provide the same...