happy-wolf-7852
06/05/2023, 6:51 PMbotocore.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?