mthenw / serverless-go-plugin

⚡️ Serverless Framework plugin that compiles Go functions on the fly. Sponsored by https://cloudash.dev
https://cloudash.dev
MIT License
103 stars 17 forks source link

Understanding the Downtime on deploy #57

Open jonoirwinrsa opened 3 months ago

jonoirwinrsa commented 3 months ago

Hi, thanks for this great plugin

Can you explain this a little more?

Warning! First deploy may result in small downtime (~few seconds) of lambda, use some deployment strategy like canary for safer rollout.

Does the downtime occur on every deploy or just the first one? If it happens on every deploy, why does it happen?

mthenw commented 3 months ago

@Thorleon do you remember what was the case?