Summary
The user is experiencing a bug related to the undocumented feature "with_runtime_overrides" while using pyflyte
. They are attempting to override resource limits for tasks in their workflow but are not seeing the expected changes. The user provides a code example of their workflow and tasks, indicating that they are using pyflyte run --remote
and specifying resource limits. Despite using verbose mode with pyflyte -v run --remote
, they do not see a specific warning and are confused about the lack of changes in the task definitions. They also mention checking the admin page for task versions, which still show the original, non-overridden values.