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
My expectation is that they are stored with the task definition. Not having them stored in the task definition prevents ever running a task using the definition. The following traceback is triggered:
The immediate bug behind this issue was fixed in #3584, so I'll close this.
I'll leave the attached PR open, as that does have potential for improved validation if the user supplied wrong values for the memory/CPU.
Calling the
ecs
client'sregister_task_definition
method withcpu
andmemory
does not save them as part of the task definition.My expectation is that they are stored with the task definition. Not having them stored in the task definition prevents ever running a task using the definition. The following traceback is triggered:
Versions:
Issue is seen, both on moto
1.3.14
and the currentmaster
branch at9894e1785a610f1dd8c9bfce1fa416692b3e0c2f
.The text was updated successfully, but these errors were encountered: