playframework - How can i have hot redeploy in production mode in play framework 2 apps? -
i know play framework 2 support hot code reloading in development mode, want know how can have hot redeploy in production mode in play framework 2 apps? there transparent approach this? using load balancer or native approach acceptable me.
load balancing natural choice play because of it's stateless nature. can deploy on 1 instance @ time, , application remain available time long other instances up.
once application deployed put load balancer , end users not notice outage
Comments
Post a Comment