Hello all, Sorry in advance for this vague issue ...
# prefect-community
p
Hello all, Sorry in advance for this vague issue but I couldn't be more specific 😕 In my case, flows are split in different groups (different sub-folders) based on their similarity and for my convenience, I have created a shell script to register specific groups of flows each time. so far, so good. When I register a flow I have noticed that the scheduling of another flow is deregulated. Let's say I have flow
A
and flow
B
. cron for flow B is
0 11 * * 3
(1 event every Wednesday at 11:00am). Last time I registered flow
A
I noticed that two runs had been scheduled for flow
B
for the upcoming Wednesday (both at 11:00am). When I re-registered flow
B
, scheduling was fixed. Have you any idea why this happening? Thanks. python:
3.7.3
prefect:
0.13.12
OS:
Debian GNU/Linux 10 (buster)
c
Hi @psimakis - I’m just catching up to all the activity from the last 12 hours, but I’m guessing your PR fixes the issue for you? https://github.com/PrefectHQ/prefect/pull/3612
p
Hello @Chris White, this issue is not related with pull request #3612
c
ah ok, interesting. Flows are scheduled independently of each other, so I don’t have a clear story for how your description is possible. Do the flows have the same name? If you can recreate this consistently, it might be best to open a github issue for it
p
@Chris White no they don't. I will try to create a script in order to reproduce my case. Thank you!
👍 1