8 ms·
What type of tasks ? This sounds really interesting?
by r0n22 2y ago
What type of tasks ? This sounds really interesting?
- switchbak 2y agoLong 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 https://github.com/jamesridgway/devdeck I haven't made it publically available, as it's SUPER raw/tailored for me.