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/21 08:34:29 UTC

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

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



##########
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:
       No strong preference from me. `length` is probably _marginally_ better (because `len`) but not really much difference. “Dict length” sounds weird to me conceptually.




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