Closed Veldhoen closed 1 year ago
Option 1 was the one I had in mind. Option 3 might be an option as well, but only if Option 1 is not working for some strange reason.
Option 2 I would definitely not use as it goes against the current architecture of having workers that are self-sufficient.
Ok thanks, I'll continue with option 1 and see if we can get everything to work. Using subprocess always feels a bit dirty, but since everything is containerized it's probably not that bad
Option 3 is also fine of course, but using the CLI might be a bit more transparent and easy to debug (also when accessing the container's shell)
Option 1 is good for me :)
Hecate is C++ code. I can think of several options to include it in a worker:
What is the most elegant way to tackle this problem? @jblom @MartijnBNG @gb-beng any thoughts on this? Did you encounter this before, and how was it solved?