I'm getting throttling exceptions when trying to s...
# ask-community
t
I'm getting throttling exceptions when trying to submit a batch of jobs to run. What are the limits I need to stay within? An error occurred (ThrottlingException) when calling the RunTask operation (reached max retries: 2): Rate exceeded.
k
How are you submitting the jobs? What RunTask operation are you using?
t
Copy code
prefect.Client(api_token='blah').create_flow_run('blah', parameters={'blah': 'blah'})
k
z
I think we'll be solving this soon if it's related to https://github.com/PrefectHQ/prefect/pull/4380