Vikram Iyer
08/31/2020, 3:06 PMad-agent_1 | File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 941, in raise_for_status
ad-agent_1 | raise HTTPError(http_error_msg, response=self)
ad-agent_1 | requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: <http://ad-prefect-apollo:4200/>
The env variable on the agent
container is:
PREFECT__SERVER__ENDPOINT: <http://ad-prefect-apollo:4200>
I am running all the required services inside docker containers using docker-compose file.
Can anyone check and help out?Kyle Moon-Wright
08/31/2020, 3:25 PM[server]
endpoint = "${server.host}:${server.port}"
agent_address
kwarg when starting the agent. Though I may be misunderstanding your setup.Vikram Iyer
08/31/2020, 3:28 PMVikram Iyer
08/31/2020, 3:43 PMKyle Moon-Wright
08/31/2020, 3:46 PM