Darragh
05/26/2020, 3:35 PMZachary Hughes
05/26/2020, 3:37 PMflow.register()
, run a local agent, and have it pick it up. If you're seeing issues with that, the first thing I'd check is whether the labels on your flow match the labels for the agent you're running.Darragh
05/26/2020, 3:39 PMprefect agent start docker
Zachary Hughes
05/26/2020, 3:41 PMDarragh
05/26/2020, 3:42 PMZachary Hughes
05/26/2020, 3:44 PMDarragh
05/26/2020, 3:50 PMWill Milner
05/26/2020, 3:51 PMDarragh
05/26/2020, 3:57 PMWill Milner
05/26/2020, 3:59 PM[server]
[server.ui]
graphql_url = "http://<SERVER_IP>:4200/graphql"
[environments]
[environments.local]
services_host = <SERVER_IP>
this is for prefect core btwDarragh
05/26/2020, 4:01 PMZachary Hughes
05/26/2020, 4:16 PMDeepThought.local
tag on your agent.Darragh
05/26/2020, 4:17 PMZachary Hughes
05/26/2020, 4:20 PMDarragh
05/26/2020, 4:23 PMZachary Hughes
05/26/2020, 4:32 PMDarragh
05/26/2020, 4:45 PMWill Milner
05/26/2020, 4:48 PMDarragh
05/26/2020, 4:50 PM$(aws ecr get-login --no-include-email --region eu-west-1)
Will Milner
05/26/2020, 4:52 PMDarragh
05/26/2020, 4:55 PMWill Milner
05/26/2020, 4:59 PMDarragh
05/26/2020, 5:02 PMWill Milner
05/26/2020, 5:03 PMDarragh
05/26/2020, 5:09 PMWill Milner
05/26/2020, 5:22 PMDarragh
05/26/2020, 5:25 PMWill Milner
05/26/2020, 5:28 PMDarragh
05/26/2020, 5:33 PMagent = FargateAgent(...)
agent.start()
flow.environment = FargateEnvironment
flow.register()
)Will Milner
05/26/2020, 5:38 PMDarragh
05/26/2020, 5:39 PMWill Milner
05/26/2020, 5:42 PMDarragh
05/26/2020, 5:47 PMZachary Hughes
05/26/2020, 5:49 PMDarragh
05/26/2020, 5:56 PMZachary Hughes
05/26/2020, 5:59 PMDarragh
05/26/2020, 6:05 PM