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
After bumping flyte from v1.5.0 to v1.6.0 (also the same for v1.9.0, but 1.6.0 is the starting point that having this issue) I found that the task resource config doesn’t propagate to AWS Batch Job’s resource config, I define CPU and memory like this:
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable.
Thank you for your contribution and understanding! 🙏
Describe the bug
After bumping flyte from v1.5.0 to v1.6.0 (also the same for v1.9.0, but 1.6.0 is the starting point that having this issue) I found that the task resource config doesn’t propagate to AWS Batch Job’s resource config, I define CPU and memory like this:
@task(requests=Resources(mem="16Gi", cpu="8"), task_config=AWSBatchConfig(platformCapabilities="EC2"))
But in AWS batch it’s always the default value that I defined in the helm chart:
Expected behavior
AWS batch job using the resources I defined in the task decorator.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: