Hi, I'm using prefect UI on my local machine. the ...
# prefect-ui
h
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
Can you send some screenshots? This will help the UI team troubleshoot
1
h
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
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
I tested with a simple flow & work queue, with only one tag
test
, but it still shows nothing
k
That’s weird. Do you mind taking a screen shot of the tag of your work queue? Just to double check
h
here you are
k
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
@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
Hi Chris, could you show the screenshots of your work queue setting and deployment setting?
c
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
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)
🙏 2
🙌 2
a
thanks for update!