Oscar Björhn
08/16/2022, 10:38 AMAnna Geller
08/16/2022, 10:40 AMprefect version
also just a checkOscar Björhn
08/16/2022, 10:57 AMAnna Geller
08/16/2022, 10:59 AMOscar Björhn
08/16/2022, 11:01 AMAnna Geller
08/16/2022, 11:07 AMprefect agent start -t "transformation-queue-prod"
Oscar Björhn
08/16/2022, 11:09 AMAnna Geller
08/16/2022, 11:11 AMprefect agent start -t prod
• in 2.0.5 which we'll release this week, we will do it via work queue names -- the tags will still work for backward compatibility but it will become less confusing - - you would start an agent with: prefect agent start -q prod
- queue stands for queue and it will create a queue "prod" if it doesn't exist yetprefect agent start -t prod
Oscar Björhn
08/16/2022, 11:14 AMAnna Geller
08/16/2022, 11:14 AMI'll try restarting the agent. It'd prefer not to, since the main orchestration flow is still "running" and waiting for these scheduled jobs to and finish, but it shouldn't be a problem.you can start a new agent process without interrupting the one with active runs - you can have multiple agents polling from the same work queue
Oscar Björhn
08/16/2022, 11:15 AMAnna Geller
08/16/2022, 11:15 AMprefect agent start -t prod
Oscar Björhn
08/16/2022, 11:18 AMAnna Geller
08/16/2022, 11:24 AMOscar Björhn
08/16/2022, 11:27 AMAnna Geller
08/16/2022, 12:20 PM