vchiapaikeo commented on issue #37534: URL: https://github.com/apache/airflow/issues/37534#issuecomment-1952550848
Agree with @pankajkoti that this was also the behavior previously. For deferrable tasks, logs were fetched and sent at the end (on pod completion) to the task. New commits included in this RC now allow us to modify this behavior and fetch logs periodically. If deferrable is set to false, the behavior of get_logs is synchronous and logs will be streamed to the task. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
