Hi, We have noticed that some of our flows are run...
# ask-community
v
Hi, We have noticed that some of our flows are running multiple times even if its just scheduled to run once a day. But the odd thing is its running exactly on the same time. Does anyone have similar issues? Also, I saw this https://github.com/PrefectHQ/prefect/issues/3758 just wanted to know if anyone knows if this has been resolved. Thank you!
j
Yeah, this looks to be more related to https://github.com/PrefectHQ/prefect/issues/3629 than https://github.com/PrefectHQ/prefect/issues/3758. IIUC, you're seeing multiple runs scheduled (#3629), not a race condition where the same run executes twice (which is #3758). Are you using prefect cloud or prefect server?
d
I am using Prefect server, I am only using one agent per environment now, which resolved my problem.
j
Sorry, my above reply was to @Von Christian Pizarro. Glad you've got things working.
👍 1
v
Hi @Jim Crist-Harif - We are using prefect cloud. It seems like we fixed it by updating to the newest version of prefect and redeploying.