Anna Geller
01/12/2023, 8:29 PMrefresh_cache
on the task
decorator - this allows you to rerun the task and refresh the cached result. You can think of it as manually invalidating the cache for a given task when needed. You may also temporarily change your Prefect Setting to refresh all tasks without changing your code using the command: prefect config set PREFECT_TASKS_REFRESH_CACHE=true
3. Support for memory limits and privileged containers on the DockerContainer
infrastructure block.
Apart from that, there are improvements to client retriable exceptions, documentation, orjson
serialization, and more.
As always, check the release notes for more information.
Big thanks to toro-berlin
, muddi900
, ddelange
, and Ewande
for making their first contributions! 😛refect: