Closed galetahub closed 5 years ago
Impressed that the Jets app is that large. Fixed by #395
It is handled by removing Controller and Job Outputs in the parent template, which are unused. This increases the limit of resources, IE: Controllers and Jobs, by almost 4x.
If apps hit the max CloudFormation Resources Limit of 200, it'll be more challenging, IE: moving Controllers to another template is pretty complex.
Hi @tongueroo, Thanks for the fix!
Checklist
jets upgrade
command that makes this a simple task. There's also an Upgrading Guide: http://rubyonjets.com/docs/upgrading/My Environment
Expected Behaviour
Deploy without any errors
Current Behavior
When deploying a big application got the error: ERROR: Template format error: Outputs count x is greater than max allowed 60
Step-by-step reproduction instructions
Code Sample
I think the bug is in the main template. Below Outputs part of my main CFN template. As you can see, Outputs section has more then 60 properties.
Solution Suggestion
The possible solution, I think, is to move controllers definition into a separate templates
Thanks!