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 2022/01/20 19:13:22 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #20976: Add max_map_size to limit XCom task mapping size

kaxil commented on a change in pull request #20976:
URL: https://github.com/apache/airflow/pull/20976#discussion_r789076177



##########
File path: airflow/config_templates/config.yml
##########
@@ -453,6 +453,15 @@
       type: string
       example: ~
       default: "128"
+    - name: max_map_size
+      description: |
+        The maximum list/dict size an XCom can push to trigger task mapping. If the pushed list/dict

Review comment:
       Should we change `size` to `length` ? Currently it ambiguous and feels like it might be storage size in bytes/kbs etc




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