Question
Anthem
US
Last activity: 7 Jun 2019 8:29 EDT
Solutions to reduce or avoid outage during the code deployment @ production environment.
Hi Team,
During the code deployment @ production environment,we take 8 to 10 hours to deploy the code,implement sql steps,JVM's restart followed by validations (business users).
Could someone please provide solutions to reduce or avoid this outage.
Application details : PRPC731,MSSQL and Tomcat.
Thank you.
Hello
7-8 Hours is quite high.
Few suggestion from my end
1. Follow scrum and import changes to prod in short intervals of 15 days or 1 month
2. Think of implementing a CI-CD pipeline for your app
Hope this helps.