map_tasks with cache_serialize enabled doesn't work. #6389
Unanswered
Carolu5r3X
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I have a question regarding cache_serialize for tasks running in map_tasks.
When running a map_task from a workflow, with cache and cache_serialize enabled for the task called by map_task,
starting two runs with the same parameters the expected behavior would be that the second run's arraynodes would queue and wait for the first run, but they run in parallel. Is there a limitation on cache_serialize to only work for single tasks?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions