Khyaati Jindal
10/25/2022, 5:23 AMraise PrefectHTTPStatusError.from_httpx_error(exc) from exc.__cause__
prefect.exceptions.PrefectHTTPStatusError: Client error '403 Forbidden' for url '<https://api.prefect.cloud/api/accounts/xxxxxx>
return asynclib.run(func, *args, **backend_options)
Usually re - running the agent works fine but given the sensitive nature of my prjects, I would like to avoid this in future, hence i am trying to understand why is this happeningKhyaati Jindal
10/25/2022, 5:25 AMJake Kaplan
10/25/2022, 4:12 PMPREFECT_AGENT_QUERY_INTERVAL
is set to an hour? If so, if you change back to a more frequent interval (default is 5 seconds) and put your deployment on an hourly schedule you should be able to avoid any disruption due to a transient failureKhyaati Jindal
10/26/2022, 5:40 AM