davidfowl / Micronetes

Micronetes is a local orchestrator inspired by kubernetes that makes developing and testing microservices and distributed applications easier.
MIT License
773 stars 46 forks source link

Handle jobs that run to completion #12

Closed davidfowl closed 4 years ago

davidfowl commented 4 years ago

This is an entire feature area but right now the orchestrator only works for long running processes. Running m8s on one of these projects will start and restart it constantly.

davidfowl commented 4 years ago

See https://github.com/dotnet/tye for the future of this project