Hello, I have a flow that is using `DaskTaskRunner...
# ask-community
j
Hello, I have a flow that is using
DaskTaskRunner
to spin up child processes which are tasks that are caching their results to S3. However, the cache keys are always being generated as
None
. When I disable cloud caching, the hash keys are properly created and everything works as expected. Has anyone experienced this issue before?