Skip to content

Commit

Permalink
fix(lrwine): toggle cache
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Dec 16, 2023
1 parent 803fa6c commit af53c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flytezen/workflows/lrwine.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@


@task(
cache=False,
cache=True,
cache_version="0.1.0",
retries=3,
interruptible=False,
Expand Down Expand Up @@ -127,7 +127,7 @@ def process_data(


@task(
cache=False,
cache=True,
cache_version="0.1.0",
retries=3,
interruptible=True,
Expand Down

0 comments on commit af53c23

Please sign in to comment.