Hey community, We have a mapped task in our flow,...
# prefect-community
a
Hey community, We have a mapped task in our flow, spawning several thousand mapped tasks, whose output it then forwarded to one task (unmapped). We noticed that these tasks are being called twice. Is this expected in some way? This happened to me before, but I thought this was already solved. prefect 13.1 running on dask-kubernetes
m
Hello @Avi A! I would suggest to upgrade to the latest Prefect version, it should solve the issue. If it will not work, it would be great if you open an issue on the repo with reproducible example.
a
Thanks. Turns out I was wrong, we were using version 13.18. we will upgrade to 13.19, but are you aware of anything that was fixed that might have caused this kind of issue ?
m
The potential for duplicated runs could be related to expired idempotency keys, it was fixed about a month ago. Also I would suggest to double check how many agents are running. If you are using multiple agents, differentiate them by labels.
a
Thanks! We will take a look cc @Vladimir Zoubritsky
👍 1