acoustic-carpenter-78188
08/07/2023, 6:20 PMoverwrite cached outputs
in the flyte console doesn't seem to work as the map task succeeds without ever spinning up workloads. It's suspected that it is relying on cache.
The map task has caching enabled in the decorator as such:
@task(cache=True, cache_version="1.0")
Expected behavior
The map task should spin up pods.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyteacoustic-carpenter-78188
08/07/2023, 6:20 PM