You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "yermalov-here (via GitHub)" <gi...@apache.org> on 2023/09/18 17:12:13 UTC

[GitHub] [airflow] yermalov-here commented on issue #34458: ThrottlingException: when creating and checking status of EMR task from airflow

yermalov-here commented on issue #34458:
URL: https://github.com/apache/airflow/issues/34458#issuecomment-1724024857

   ThrottlingException from botocore is usually a good sign that something is done wrong.
   If the above provided code is in fact part of your dag, then the line below is the problem and should be removed as it is continuously creating EMR cluster (or clusters?) and results into this ThrottlingException.
   ```job_flow_id = create_emr.execute(context)```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org