Hydrospheredata / hydro-serving

MLOps Platform
http://docs.hydrosphere.io
Apache License 2.0
271 stars 42 forks source link

restart hydro-serving after a application.conf change - #231

Closed ravimadhusudhan8 closed 5 years ago

ravimadhusudhan8 commented 5 years ago

the change was to manage Streaming exception as suggested in #44

What is the suggested way to restart hydro-serving - so that the uploaded models and applications are not lost?

Thanks

KineticCookie commented 5 years ago

Hi. You can restart the manager container with docker restart command. All required data is stored in database, thus the manager state will be safe.

ravimadhusudhan8 commented 5 years ago

Thanks