While we promote to Prod there's a brief window wh...
# seed
b
While we promote to Prod there's a brief window where the site is not available and XML errors show for our site. Is it possible to configure the deployment to put up a Down for Maintenance page? Or any helpful tips to minimize this window?
f
Hey @Bryan Smith, which construct r u using to deploy the site?
b
Hey @Frank pretty much followed the SST guide verbatim. S3, CDN, API Gateway, Lambdas, etc.
f
Ah I see.. which version of SST r u using?
b
serverless-stack is 0.44 and sst is 0.0.7 (this should be the latest as of November I think).
f
Ah, this should be fixed in the recent releases. There shouldn’t be any down time during deployment.
If you could update to the latest version (0.69.2) and give it a try.
There were some breaking changes in 0.59.0, you can follow these steps to update https://github.com/serverless-stack/serverless-stack/releases/tag/v0.59.0
Let me know if you need help updating to 0.69.2 😄
b
Ah-ha thanks @Frank we'll look into this