Hacker News new | ask | show | jobs
by ksajadi 842 days ago
This looks very cool for embedding workflows in a native Go project. There is also Trackman (https://github.com/cloud66-oss/trackman) which is mostly built for workflow based commanline execution.
2 comments

So many tools in this space! This one looks a little bit like go-task, but it seems maybe better for production workflows because if timeout support, while go-task seems more aimed to command line work/makefile replacement.

—-

https://github.com/go-task/task

Thanks for sharing this! There is no support for timeouts yet, but might be a good addition.
Thanks for sharing! I'll check it out.