dsuhinin commented on PR #63180: URL: https://github.com/apache/airflow/pull/63180#issuecomment-4121398197
> I kind of reminder why I didn't add the buffering in last refactoring. There also be the case that we just produce 10 or 20 logs per minute. If I remember correctly, the API server will show the logs until all the logs exceed the threshold, which look not that real-time for users. (Prehaps we could have another coroutine that trigger by time interval to solve the above "blocking" problem) > > Maybe worthwhile to test the scenario I mention above again when you have a moment, thanks. hey! I did few tests and it seems like all good. UI just pooling in that case and overall functionality works just fine. -- 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]
