Make sure that "exec format error" is also thrown by different language pipelines
michelvocks opened this issue · 3 comments
michelvocks commented
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.
Skarlso commented
Good call!
Skarlso commented
I'll take care of the other plugins as well. :)
Skarlso commented
Now is the time to do this. Heh.