You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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