Replies: 1 comment 1 reply
-
Just linking #1029 and #631. Now on my list. We should push this forward. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @kayman-mk I've been thinking a bit on how to implement graceful shutdown and therefore having the ability to do zero downtime deployments. This is just high level based on some research I did, nothing actually tested yet, want to get your thoughts:
We run a script on the instance in the background that polls whether the instance is in the terminating state, ref: https://stackoverflow.com/questions/35914004/how-to-detect-state-of-aws-instance-from-inside-of-itselfThe "Cleanup Lambda" would have to be triggered on actual termination instead of the terminate-wait hook.
Please let me know what you think! 😄
Beta Was this translation helpful? Give feedback.
All reactions