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/11/09 01:43:09 UTC

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

turbaszek commented on pull request #10917:
URL: https://github.com/apache/airflow/pull/10917#issuecomment-723707214


   Not sure, but won't we be able to use `traceback` module? That's at least what I used for custom failure callback when I wanted more info.
   ```
   exception = sys.exc_info()
   traceback = "".join(traceback.format_exception(*exception))
   ```


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