Hacker News new | ask | show | jobs
by jdash 3981 days ago
Good stuff! Looks very promising!

Haven't had a chance to take it for a trial spin yet, but I was wondering if there is anything in here for applications that have a limited lifespan? Working on a system right now that would have the need for a "central" application that would need to regularly launch subworker apps for a specific task (planning on running each sub app on it's own micro AWS instance) and then "kill it off" once the job was completed.

1 comments

You could definitely do this. Create one master app and then have it connect back to ECS to spawn more apps.