Hey everyone! I've started to run into this issue...
# best-practices
k
Hey everyone! I've started to run into this issue again: https://prefect-community.slack.com/archives/C03D12VV4NN/p1671793942895089 Setting
cache_result_in_memory=False
, seemed to help at first, but now, after about 32k tasks, the flow run crashes. The crash seems to because of this error:
Copy code
OSError: [Errno 28] No space left on device
Any help is appreciated!