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
The October upgrade to the system changed a lot, including how API Umbrella gets installed. While the new installation makes it easier to upgrade API Umbrella as a whole, one thing we've been missing since that rollout is an easy way to deploy some of the individual components of API Umbrella independent from new API Umbrella releases. We need better deployment functionality for the individual components so we can push live new features and functionality as we develop them, rather than trying to batching things into larger API Umbrella releases.
The fundamentals of how we will deploy this are still the same as before the October release (using Capistrano), but enough things have changed that I need to step through the deployment process again, and verify that deployments still occur without any downtime or dropping any connections.
The text was updated successfully, but these errors were encountered:
The October upgrade to the system changed a lot, including how API Umbrella gets installed. While the new installation makes it easier to upgrade API Umbrella as a whole, one thing we've been missing since that rollout is an easy way to deploy some of the individual components of API Umbrella independent from new API Umbrella releases. We need better deployment functionality for the individual components so we can push live new features and functionality as we develop them, rather than trying to batching things into larger API Umbrella releases.
The fundamentals of how we will deploy this are still the same as before the October release (using Capistrano), but enough things have changed that I need to step through the deployment process again, and verify that deployments still occur without any downtime or dropping any connections.
The text was updated successfully, but these errors were encountered: