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/04/22 07:14:15 UTC

[GitHub] [airflow] uranusjr commented on pull request #23135: Adding support for multiple hostnames in Task Instances

uranusjr commented on PR #23135:
URL: https://github.com/apache/airflow/pull/23135#issuecomment-1106086275

   Instead of trying to implicitly looking up the correct hostname based on try_number, it may be better to introduce a new table altogether to keep the `(ti, try_number) -> hostname` lookup. Or a dict (via JSON column).


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