I’ve got a really strange thing happening with Clo...
# ask-community
j
I’ve got a really strange thing happening with Cloud: some of our schedules have stopped working. 1. Schedules that have been setup in code were working fine for months 2. Last week we setup one more schedule in Cloud directly 3. Now only the schedules that we setup in Cloud are working
n
Hi @Jacob Blanco - when you say you set up a schedule in Cloud, you mean on the same flow, is that correct?
j
Yes on the same flow, setup a schedule in the Cloud UI
n
Got it - then this is the intended behavior though unintentionally confusing: schedules set on the flow group (through Cloud or Server) override those set in Code, they don't add to them.
j
Got it, thanks.
For the sake of sharing knowledge, we use flows as basic compute units and then schedule them with different inputs, so we might have dozens of schedules all that run with different sets of inputs. This is easier to maintain in code but since you can’t disable code schedules it’s easier to work with UI schedules for now in case we need to disable one schedule for whatever reason (pausing data loads for example)