I'm using prefect 2.10 to manage flows on a Kubern...
# ask-community
s
I'm using prefect 2.10 to manage flows on a Kubernetes cluster, but I'm not connecting to any kind of Prefect cloud server. However, I'm starting to see this error:
Failed("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 XYZ
Looks like I'm not the only one: https://github.com/PrefectHQ/prefect/issues/9723
j
Hi Sean. Hmm. that’s a Prefect Cloud endpoint. If you run
prefect 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.