gaia-pipeline/gaia

Make sure that "exec format error" is also thrown by different language pipelines

michelvocks opened this issue · 3 comments

We currently check if a pipeline binary needs to be rebuilt again on the worker when an exception is thrown which contains exec format error (https://github.com/gaia-pipeline/gaia/blob/master/workers/agent/agent.go#L464). We need to make sure that this error message is thrown for every supported programming language.

Good call!

I'll take care of the other plugins as well. :)

Now is the time to do this. Heh.