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/12/02 12:47:41 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #10917: Fix race conditions in task callback invocations

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



##########
File path: airflow/cli/cli_parser.py
##########
@@ -396,6 +396,7 @@ def positive_int(value):
     ("--ship-dag",), help="Pickles (serializes) the DAG and ships it to the worker", action="store_true"
 )
 ARG_PICKLE = Arg(("-p", "--pickle"), help="Serialized pickle object of the entire dag (used internally)")
+ARG_EXCEPTION_FILE = Arg(("--error-file",), help="File to store task failure error")

Review comment:
       @houqp Can you address this please. Just a variable name change or description change :)




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