schedule in different workspaces with same name override each other
If i create schedule with name ABC in workspace 1 and schedule with name ABC in workspace 2,
workspace 2 schedule ABC runs perfectly but schedule ABC is not scheduled anymore in workspace 1.
When I again enable for workspace 1, now workspace 2 schedule ABC gets stopped (enabled but does not set new jobs for future)
@rubenf please take a look (seems low priority for most people). For now, i am using different names
8 Replies
Are you sure it's sufficient to just create the schedules, you didn't have to do anything else ?
and is the schedule disabled, or it's just that the schedule doesn't trigger new runs even though it's enabled ?
i'm not able to easily reproduce. Could you give me reproduction steps on a vanilla setup ?
it's just that the schedule doesn't trigger new runs even though it's enabled
This is the issue
What I did was :
Create schedule ABC every 1 min on workspace 1 & enabled => Future job is created
Create schedule ABC every 1 min on workspace 2 & enabled => Future job is created
Now in workspace 1 , future job will stop getting created. Though it remains enabled.
When i gave different names to both, both works simultaneously
let me attempt to recreate right now
I tested this with 3 workspaces, issue was there
👍
@ym1198 just to be sure on the reproduct, it will stop getting created but it won't delete the next future job right ?
I can reproduce
thanks
Found the issue and fixed it, thanks a lot for this report, this is a really bad bug
already created future job of workspace 1 -> it won't but need to check
but will stop creating new
yup yup
found the issue
👍