<#3353 [BUG] Overwrite cached outputs flag doesn't...
# flyte-github
a
#3353 [BUG] Overwrite cached outputs flag doesn't work for map tasks Issue created by dyu-bot Describe the bug After running a map task, checking
overwrite 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:
Copy code
@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/flyte