acoustic-carpenter-78188
02/02/2023, 8:36 AM@task(cache=True, cache_version='v1', cache_expiration=timedelta(days=7))
will define a task that will only use the cache, if the cache is less then a week old
Discussed in #3238
Originally posted by ophiry January 16, 2023
that is - include in the task decorator a parameter which will control for how long the cache will be considered valid
flyteorg/flyte