Brett Naul
12/16/2021, 1:12 PMd6962d8d-f4b0-4e04-8217-82d41400a043
Anna Geller
query{
agents {
name
type
id
}
}
Then, use delete_agent mutation:
mutation DeleteAgent {
delete_agent(input: {agent_id: "your_agent_id"}) {
success
}
}
if this doesn’t work too, you may be affected by this rare issue.Anna Geller
Brett Naul
12/16/2021, 1:25 PM{
"errors": [
{
"path": [
"delete_agent"
],
"message": "Operation timed out",
"extensions": {
"code": "API_ERROR"
}
}
],
"data": {
"delete_agent": null
}
}
Anna Geller
Brett Naul
12/16/2021, 1:27 PMZanie
Chris White
Brett Naul
12/17/2021, 5:38 PMBrett Naul
12/18/2021, 1:20 AM[2021-12-17 20:19:43-0500] WARNING - prefect | Flow 'brett-travel_activities/configs/mini_nor_cal.yaml': It has been 110 seconds and your flow run has not been submitted by an agent. Agent b809097f-2328-4634-9b87-cccc94c70453 (agent) has matching labels and last queried 3 minutes ago. Since it hasn't queried recently, it looks unhealthy. Restart it or start a new agent with labels {'data-usa'} to deploy your flow run.