John Minns
John Minns
A point of note; this approach means the events are immutable (is that correct way to think of it 🤔), when doing something as described in issue #10751 would mean...
@pgrzesik was a bit too hasty here, just been having a play around and it doesn't solve the problem. My original, first solution actually fixes it 🤦♂️ Conditionally replacing the...

### Quick regression test Using: ``` events: - schedule: name: my-custom-name rate: rate(1 hour) - schedule: name: My-custom-name rate: rate(1 hour) - schedule: name: My-Custom-Name rate: rate(1 hour) - schedule:...
@pgrzesik sorry, away for work for a few days so slow to reply. The issue only occurs with named schedules, it's the name that has to be unique. I don't...
@pgrzesik I'd be happy to take a look, are there any docs (or an example PR) for the flags?