vandonr-amz opened a new pull request, #31824: URL: https://github.com/apache/airflow/pull/31824
The current implem browses logs from the start every time it tries to get new logs, which results in longer and longer fetching times, and also many calls that can potentially trigger rate limits. There is a very simple way to avoid this, with the token returned by every request that allows to continue from where the last call left. -- 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]
