Hacker News new | ask | show | jobs
by r0n22 817 days ago
What type of tasks ? This sounds really interesting?
1 comments

Long running async stuff where I want to be notified when it's done.

Things like: - run all the functional tests - rebuild a docker image - rebuild the docker image AND run all the tests AND reformat the code ...

It's such a simple idea, but super useful. Think something like this: https://github.com/jamesridgway/devdeck

I haven't made it publically available, as it's SUPER raw/tailored for me.