Pascal Jahan Elahi (Pawsey)
Ferdinand Harmel
Can't connect to Server API at <http://127.0.0.1:4200/api>. Check that it's accessible from your machine.
services: prefect: image: 'prefecthq/prefect:3-latest' depends_on: postgresql: condition: service_healthy environment: - SERVICE_FQDN_PREFECT_4200 - 'PREFECT_API_DATABASE_CONNECTION_URL=postgresql+asyncpg://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_POSTGRES}@postgresql:5432/${POSTGRES_DB:-prefect}' - 'PREFECT_API_KEY=${SERVICE_PASSWORD_APIKEY}' - 'PREFECT_EXPERIMENTAL_WARN=${PREFECT_EXPERIMENTAL_WARN:-false}' - 'PREFECT_EXPERIMENTAL_ENABLE_SCHEDULE_CONCURRENCY=${PREFECT_EXPERIMENTAL_ENABLE_SCHEDULE_CONCURRENCY:-false}' - 'PREFECT_RUNNER_SERVER_ENABLE=${PREFECT_RUNNER_SERVER_ENABLE:-false}' - 'PREFECT_DEFAULT_WORK_POOL_NAME=${DEFAULT_POOL_NAME:-default}' - 'PREFECT_API_URL=<http://0.0.0.0:4200/api>' - 'PREFECT_SERVER_API_HOST=127.0.0.1' #- 'PREFECT_UI_API_URL=<http://localhost:4200/api>' #- 'PREFECT_UI_API_URL=<http://127.0.0.1:4200/api>' command: - prefect - server - start - '--host' - 0.0.0.0 - '--port' - '4200' healthcheck: test: - CMD - python - '-c' - "import requests as r;r.get('<http://127.0.0.1:4200/api/health').raise_for_status(>)" interval: 5s timeout: 5s retries: 3 postgresql: image: 'postgres:16-alpine' ...
Bryan
Moe
Jarvis Stubblefield
run_deployment
prefect.exceptions.PrefectHTTPStatusError: Client error '404 Not Found' for url '<http://ephemeral-prefect/api/deployments/name/alert-early-intervention/alert_early_intervention>'
alert-early-intervention/alert_early_intervention
Faizan Qazi
config.toml
<http://ip.add.re.ss:8080>
[server] [server.ui] apollo_url="<http://ip.add.re.ss:4200/graphql>"
ciaran
Louis Burtz
Javier King
prefect.deployments.steps.load_dotenv
Mads Vestergaard
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.