Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

funnel uses deprecated key to override AWS batch resource requirement. #669

Open
kmavrommatis opened this issue Jan 31, 2023 · 0 comments
Open
Assignees
Labels
Milestone

Comments

@kmavrommatis
Copy link

kmavrommatis commented Jan 31, 2023

Hi,
when using funnel to submit jobs to AWS batch the error

This value was submitted in a deprecated key and may conflict with the value provided by the job definition's resource requirements.

comes up for the CPU and memory requirements.

Per AWS documentation at https://docs.aws.amazon.com/batch/latest/userguide/troubleshooting.html#override-resource-requirements

the call to containerOverrides should be following the new structure

containerOverrides": {
   "resourceRequirements": [
      {
         "type": "MEMORY",
         "value": "8192"
      },
      {
         "type": "VCPU",
         "value": "4"
      }
   ],
}

Would it be possible to update funnel to comply with the latest API calls to AWS?
Thanks in advance for your help

@kellrott kellrott added this to the 0.11 milestone Feb 8, 2023
@lbeckman314 lbeckman314 modified the milestones: 0.11, 0.11.1 Sep 19, 2024
@lbeckman314 lbeckman314 self-assigned this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants