pnxtech / hydra

A light-weight library for building distributed applications such as microservices
https://www.hydramicroservice.com
MIT License
645 stars 54 forks source link

reset instance ID on shutdown #206

Closed jkyberneees closed 5 years ago

jkyberneees commented 5 years ago

On shutdown, reset instance ID. This will allow proper: init -> shutdown -> init -> shutdown workflows. Without it, the hydra-integration tests won't pass ;(

cjus commented 5 years ago

LGTM