I get this: `botocore.errorfactory.ClientExceptio...
# ask-metaflow
h
I get this:
botocore.errorfactory.ClientException: An error occurred (ClientException) when calling the SubmitJob operation: Fargate resource requirements (1.00 vCPU, 50000 MiB) not valid.
with decorators like so:
@batch
@resources(memory=50000, cpu=1)
@step
does this indicate that I do not have rights to request such resources?
1