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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: