Noah Holm
09/08/2021, 8:47 AM{'memory': ['Not a valid string.'], 'cpu': ['Not a valid string.']}
but I havenât changed any of the ECSRun parameters that were set on registration (where I set them to integers). Could there be a bug in the UI causing this?"256"
and that give me a different error: An error occurred (InvalidParameterException) when calling the RunTask operation: Invalid 'cpu' setting for task.
Jenny
09/08/2021, 4:55 PMNoah Holm
09/08/2021, 7:34 PMJenny
09/08/2021, 8:25 PMNoah Holm
09/09/2021, 6:46 AM# Works for everything I've seen but the tinkering of Run parameters
ECSRun(
labels=["somelabel"],
image="someimage",
cpu=256,
memory=512,
)
# Also worked after tinkering with the parameters in the Run tab
ECSRun(
labels=["somelabel"],
image="someimage",
cpu=".25 vCPU",
memory="0.5 GB",
)
Jenny
09/09/2021, 1:23 PMMarvin
09/09/2021, 1:23 PMNoah Holm
09/09/2021, 1:38 PMJenny
09/09/2021, 1:39 PMCasey Green
10/07/2021, 2:57 PMRun
tab w/ a KubernetesRun
config.
{'cpu_limit': ['Not a valid string.'], 'cpu_request': ['Not a valid string.']}
Quick Run
works fine! Additional info:
⢠Prefect version 0.15.3
⢠Python version 3.8.5
⢠Happens w/ both server and cloud.