Prefect 1.0 self hosted I'm encountering an issue...
# ask-community
a
Prefect 1.0 self hosted I'm encountering an issue where flows that are registered with a schedule, with
set_schedule_active=False
, won't run on schedule (will always be "Late"); and, when clicking on the "Run now" button on the UI on this flow (in the window of scheduled runs), also won't run. Any ideas?
1
n
Hi @Anders Segerberg - do you have a polling agent?
a
We just have a Docker agent. How do I set up a polling agent?
n
Sorry for the confusion - does your docker agent have the appropriate labels to pick up you runs? Your agent should have at least all of the labels your run has.
a
ah, alright. so we don't have any labels on the agent -- that would explain it. and i take it there's no such "default" label / null-label that gets picked up?
n
That’s correct - you can read a little more about labels and affinity here