You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/12/09 22:17:59 UTC

[GitHub] [airflow] darrenleeweber opened a new pull request #6765: [AIRFLOW-5889] Fix polling for AWS Batch job status

darrenleeweber opened a new pull request #6765: [AIRFLOW-5889] Fix polling for AWS Batch job status
URL: https://github.com/apache/airflow/pull/6765
 
 
   
   ### Jira
   
   - [ ] My PR addresses the following [AIRFLOW-5889]
     - https://issues.apache.org/jira/browse/AIRFLOW-5889
   
   ### Description
   
   - errors in polling for job status should not fail
     the airflow task when the polling hits an API throttle
     limit; polling should detect those cases and retry a
     few times to get the job status
   - added typing for the BatchProtocol method return
     types, based on the botocore.client.Batch types
   - applied trivial format consistency using black,
     but keeping predominant use of single-quotes, i.e.
     $ black -S -t py36 -l 96 {file}
   
   ### Tests
   
   - [x] My PR passes existing tests
     - this is just a bug fix, it introduces no new functionality to be tested
   
   ### Commits
   
   - [x] My commits all reference Jira issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)":
   
   ### Documentation
   
   - [x] Not applicable to this bug fix
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services