Hi all, can you please help me to understand such ...
# prefect-ui
k
Hi all, can you please help me to understand such a behaviour? When I run my flow in UI, the tasks are scheduled and staying in pending state. I used GitHub storage, running it locally (run_config=LocalRun(labels=["dev", "maps"])). Local agent has the very same labels. Originally, when storage was local as well, everything was running smoothly, when triggered run via UI. I looked at docs, looked through slack and haven't found anything useful.
s
I had similar issues just now and it turns out the labels I assigned in code were different to the labels on the flow (prefect was adding an extra label for the local executor) and that was what was causing things not to run for me
1
k
this doesn't work for me, unfortunately