flyte icon indicating copy to clipboard operation
flyte copied to clipboard

[BUG] flyteconsole does not show correct requests override for dynamic task

Open honnix opened this issue 2 years ago • 2 comments

Describe the bug

For dynamic tasks created such as:

output = foo_task(
              param=value
            ).with_overrides(
                requests=Resources(mem="32Gi", cpu="4", ephemeral_storage="4Gi")
            )

flyteconsole does not show the correct overridden requests and it seems it only show the values set in decorator, for example:

@task(
    requests=Resources(mem="16Gi", cpu="4", ephemeral_storage="4Gi"),
) 

Expected behavior

flyteconsole shows the correct overridden values.

Additional context to reproduce

No response

Screenshots

Screenshot 2023-05-23 at 17 32 03

Are you sure this issue hasn't been raised already?

  • [X] Yes

Have you read the Code of Conduct?

  • [X] Yes

honnix avatar May 23 '23 15:05 honnix

I think this might not be easy to fix because if I understand correctly, dynamic task definition is not exposed to flyteadmin.

honnix avatar May 24 '23 07:05 honnix

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! 🙏

github-actions[bot] avatar Feb 21 '24 00:02 github-actions[bot]