You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2025. It is now read-only.
We currently can't do rolling upgrades of the galaxy image because the apps often take longer to deploy than the instances.
Galaxy needs to lookup all applications that should be running on a host, and notify the ASG when deployment is complete.
The ASG can have an UpdatePolicy, or the stack can contain a CreationPolicy to define when an instance is ready. Galaxy can use the API or the cfn-signal script for notification.