mcgin commented on issue #13494: URL: https://github.com/apache/airflow/issues/13494#issuecomment-755260062
I've just left the window open for a very long time with the UI polling the get_logs_with_metadata endpoint. I do finally see a response containing some log information in the "message" after about 10 minutes in the network tab (I can see the logs in Stackdriver much earlier than this, so it's not that the job was running and only logged then). Interestingly the UI doesn't update with the log message when it does finally arrive. So I think there is actually 2 things happening here: - The logs are taking 10 minutes to appear via the API resulting in a lot of polling requests of approx 15/16 seconds - The UI is not updating when the first logs are received are empty. ---------------------------------------------------------------- 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: [email protected]
