Tim Helfensdörfer
08/04/2022, 11:59 AM<https://app.prefect.cloud/account/400***/workspace/8d8***/deployment/2f5***>
- it has the staging
tag. We have a running agent:
$ /usr/bin/python3 /usr/local/bin/prefect agent start 360***
Starting agent connected to
<https://api.prefect.cloud/api/accounts/400***/workspaces/8d8***>...
___ ___ ___ ___ ___ ___ _____ _ ___ ___ _ _ _____
| _ \ _ \ __| __| __/ __|_ _| /_\ / __| __| \| |_ _|
| _/ / _|| _|| _| (__ | | / _ \ (_ | _|| .` | | |
|_| |_|_\___|_| |___\___| |_| /_/ \_\___|___|_|\_| |_|
Agent started! Looking for work from queue
'360***'...
The work queue also has the tag staging
. When I click on "Run" in the Cloud UI in the deployment, it is scheduled but the flow run has no tags assigned. And I guest this is the reason why it is never picked up by the agent. Or how can I debug this issue?Taylor Curran
08/04/2022, 12:30 PMTim Helfensdörfer
08/04/2022, 12:39 PMstaging
tag and nothing else.Taylor Curran
08/04/2022, 12:41 PMprefect agent start --tag staging
Tim Helfensdörfer
08/04/2022, 12:43 PMTaylor Curran
08/04/2022, 12:44 PMprefect agent start --tag staging
and then try to re-run the deployment from UITim Helfensdörfer
08/04/2022, 1:13 PM