Morning @Anna Geller! Quick one this morning... can you force a flow to run in the UI when it has a schedule defined within the flow? My flow runs at 8pm each night but for some reason it failed on Friday and gave an error saying Lazarus couldn't reschedule so I want to run it now. I press "Quick Run" and "Start Now" but nothing happens
a
Anna Geller
11/15/2021, 9:03 AM
@Adam Everington ad hoc runs are completely independent of scheduled runs, so this should work fine. Is your flow stuck in a Submitted or Scheduled state?
a
Adam Everington
11/15/2021, 9:03 AM
Scheduled!
a
Anna Geller
11/15/2021, 9:06 AM
in that case it’s most likely a label mismatch. what labels do you have on your agent and on your flow?
a
Adam Everington
11/15/2021, 9:28 AM
Ok, found the issues....
The agent hadn't started which normally I don't even check because it runs via supervisor. BUT, i'd added a multi-line value into my config.toml with just a single set of double quotes, so the agent was erroring on startup, hence it wouldn't connect to server, hence my flow wouldn't run