-
Notifications
You must be signed in to change notification settings - Fork 158
Scheduler Deprecation Plan
CloudFormation scheduler is added, but opt in by setting --scheduler=cloudformation-migration
or --scheduler=cloudformation
.
Default value for --scheduler
becomes cloudformation-migration
.
CloudFormation scheduler becomes the default, but existing ECS scheduler remains active for apps that were previously deployed with it. Users should use the Scheduler Migration Guide to migrate applications from the ECS scheduler to the CloudFormation scheduler.
This release deprecates the ECS scheduler. The 0.11.x branch may receive patch updates for critical bugs and security related issues, but it will not receive any feature additions.
Default value for --scheduler
becomes cloudformation
.
CloudFormation is the default, and only scheduler provided. When upgrading, Empire will error out if any applications haven't been migrated to the CloudFormation scheduler.