Tom Baldwin
09/17/2021, 12:29 AMKevin Kho
Marvin
09/17/2021, 12:30 AMKevin Kho
Tom Baldwin
09/17/2021, 12:36 AMKevin Kho
Kevin Kho
Marko Jamedzija
09/17/2021, 11:13 AMLink
in the response of the Slack message? Currently the one we get is not setting our prefect server URL.
Example message in Slack:
Run perky-hippo of flow Cloud Hook Test Flow entered a new state:
State: Success
Message: Test success state
Link: <http://prefect-hasura.prefect:3000/v1alpha1/graphql/test-slug/flow-run/><run-id>
As you see, prefect-hasura.prefect
is probably Cloud host.. This is the test request, but the same happens for the Success/Failure/etc. onesKevin Kho
Zach Angell
server_config.api.url
- the default value is here https://github.com/PrefectHQ/server/blob/master/src/prefect_server/config.toml#L24, and you can override in your custom` config.toml`
Is the host in the link not matching your api.url
configuration?Marko Jamedzija
09/17/2021, 2:43 PMMarko Jamedzija
09/17/2021, 2:45 PMapi.url
value is overriden by PREFECT_API_URL
env var, right?Marko Jamedzija
09/17/2021, 3:04 PMPREFECT_SERVER__API__URL
Marko Jamedzija
09/17/2021, 3:05 PMMarko Jamedzija
09/17/2021, 3:10 PMMarko Jamedzija
09/17/2021, 3:14 PMZach Angell
Marko Jamedzija
09/17/2021, 3:36 PM