Craig
10/13/2020, 4:21 AMnicholas
10/13/2020, 4:30 AMendpoint
variable in the environment or ~/.prefect/config.toml
of the machine you'll run your agent on. You'll need to point it at an accessible IP address for your instance of server, at the <http://your_ip:4200/graphql>
.
# ~/.prefect/config.toml
[server]
endpoint="your_ip:4200/graphql"
If you're on the most recent version of server, you'll be able to see connected agents from the agents tile of the UI dashboard, and you can see even more information about your agents from the agents tab:Craig
10/13/2020, 4:50 AMAlberto de Santos
10/14/2020, 12:21 PM