Nimesh Kumar
01/09/2023, 5:09 PMMason Menges
01/09/2023, 5:42 PMNimesh Kumar
01/09/2023, 6:53 PMt = await client.create_flow_run_from_deployment(deployment_id="a49ac4d8-0855-4000-9cfc-c352319eba0c", name="TriggeredExternally")
In the dashboard it is reflecting that the flow is triggered but the state is not changing and shows "Late"prefect agent start --work-queue "Z"
So i have doubt that when the deployment is triggered from multiple system it will still use the same queue i.e. "Z"
Or we can assign the queue while triggering the deployment.?
Or we can create multiple queues initially, and if multiple requests come it will automatically get assigned to a queue (but then how is the prefect deciding which queue to use) ?redsquare
01/10/2023, 10:50 AMNimesh Kumar
01/10/2023, 10:51 AMredsquare
01/10/2023, 11:01 AMNimesh Kumar
01/10/2023, 11:03 AMredsquare
01/10/2023, 11:15 AMNimesh Kumar
01/10/2023, 11:22 AMredsquare
01/10/2023, 11:23 AMNimesh Kumar
01/10/2023, 5:22 PMprefect agent start -q "my-queue"
This will start one agent and create a new queue.
Now, I need to create a another agent for the same queue i.e.. "my-queue" and this where i got stuck.redsquare
01/10/2023, 5:25 PMNimesh Kumar
01/10/2023, 5:28 PMprefect agent start -q "my-queue"
prefect agent start -q "my-queue"
This will create two agents that will point to the same queue, "my-queue," right ?redsquare
01/10/2023, 5:32 PMNimesh Kumar
01/10/2023, 5:33 PM