Sean Conroy
05/25/2023, 9:19 PMFailed("Flow run encountered an exception. PrefectHTTPStatusError: Client error '429 Too Many Requests' for url '<https://api.prefect.cloud/api/accounts/XYZ/workspaces/XYZ/flow_runs/XYZ>'\nResponse: {'detail': 'Orchestration API rate limit reached'}\nFor more information check: <https://httpstatuses.com/429>\n"
I don't know how this is possible - since I'm in no way interacting with prefect server. I've used previous versions of Prefect and never seen this before. I've replaced the specific strings with XYZSean Conroy
05/25/2023, 9:50 PMJeff Hale
05/26/2023, 12:13 AMprefect profile ls
you should see your all your local profiles. If you then run prefect profile inspect your_active_profile_here
you will see the details on the currently active profile. That might shed some light.
More info here.