ummon-server / ummon-server

Ummon is node.js application for creating, queuing, running and monitoring externally running tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figure out why some tasks can have errors but do not cause a task to fail

joshuatrii opened this issue · comments

I'm not sure what "have errors" means, but I'm guessing it means that text was printed to stderr but the task returned a 0 exit code. A task failing in ummon means that it had a non-zero exit.