https://prefect.io logo
k

Karolína Bzdušek

02/04/2021, 3:00 PM
Asking here for better reach, as I see that this channel has more members (originally asked in perfect-ui channel): "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."
👍 1
s

Samuel Hinton

02/04/2021, 3:14 PM
@Karolína Bzdušek if you manage to resolve this, please tag me, Im in a very similar bucket
s

Sean Talia

02/04/2021, 4:19 PM
1. are you using server or cloud? 2. your flow's
label
set doesn't have anything in it that's not a part of your agent's label set?
k

Karolína Bzdušek

02/04/2021, 7:04 PM
1. cloud 2. no, my flow's label set is subset of agent's label et
s

Sean Talia

02/04/2021, 9:30 PM
so the only thing that changed from once instance of your flow being registered to another is that the storage option went from local to github?
(sorry just want to make sure i'm understanding the facts fully)
k

Karolína Bzdušek

02/07/2021, 7:08 PM
yes, that's correct. I only change storage option from local to GitHub.