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 2020/08/31 19:37:11 UTC

[GitHub] [airflow] pgagnon commented on pull request #9935: Fix bug in executor_config when defining resources

pgagnon commented on pull request #9935:
URL: https://github.com/apache/airflow/pull/9935#issuecomment-683990760


   FYI, this is a breaking API change.
   
   Old syntax was: `            "resources": {"request_memory": "2Gi", "limit_memory": "2Gi"},`
   
   But now requests and limits need to be nested dicts.
   
   It wasn't obvious to me from the changelog so we should probably document this more obviously.
   
   @dimberman @potiuk 


----------------------------------------------------------------
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