https://prefect.io logo
Title
h

Ha Pham

08/08/2022, 10:03 AM
Hi, I'm using prefect UI on my local machine. the work queues are picking up the flow runs, but there is nothing shown in the queue's Upcoming runs (even when there are runs scheduled in the future). What's the possible reasons?
a

Anna Geller

08/08/2022, 11:24 AM
Can you send some screenshots? This will help the UI team troubleshoot
1
h

Ha Pham

08/08/2022, 12:06 PM
These are the flow runs scheduled
This is the deployment of this flow
This is the work queue, there is no upcoming runs displayed here
k

Khuyen Tran

08/08/2022, 2:42 PM
If a work queue has 3 tags:
circleci
,
daily
, and
lala
, it will only run the deployments with all of those 3 tags. So if you want to run the flow with only the tag
circleci
, you want to create a work-queue with only that tag
h

Ha Pham

08/09/2022, 3:27 AM
I tested with a simple flow & work queue, with only one tag
test
, but it still shows nothing
k

Khuyen Tran

08/09/2022, 2:33 PM
That’s weird. Do you mind taking a screen shot of the tag of your work queue? Just to double check
h

Ha Pham

08/10/2022, 3:07 AM
here you are
k

Khuyen Tran

08/10/2022, 5:53 PM
I just did a quick check and it worked for me. Could you try to click the Run button inside the deployment for the flow that has the
test
tag to see if it is shown up on the work queue with the
test
tag?
c

Chris L.

08/16/2022, 7:59 AM
@Ha Pham @Khuyen Tran Hello there, wondering if there was a resolution to this issue. As I am also experiencing this same unexplainable issue.
k

Khuyen Tran

08/16/2022, 1:43 PM
Hi Chris, could you show the screenshots of your work queue setting and deployment setting?
c

Chris L.

08/17/2022, 3:09 AM
Hi @Khuyen Tran thanks again for the help! DMed you with screenshots and some Python and GitHub actions scripts we are using for deployment. Our deployments are fully automated so we don't store any deployment yaml files in version control. But...I don't have permission to share our CICD setup publicly.
:gratitude-thank-you: 1
h

Ha Pham

08/18/2022, 9:38 AM
Hi Chris & Khuyen, I got around this issue by upgrading prefect to version 2.1.0. Still not sure what happened with the previous version (2.0.1)
:thank-you: 2
🙌 2
a

Anna Geller

08/18/2022, 10:27 AM
thanks for update!