gopidesupavan commented on PR #55563: URL: https://github.com/apache/airflow/pull/55563#issuecomment-3286583766
> Thanks @gopidesupavan . The log is displayed after 60 seconds which was hard-coded in the code. I had to mock `time.monotonic` for testing but it also affected asyncio which also used `time.monotonic` internally. I made the mock to return values in increments of 60 for the log to appear quickly. I am not sure if this is also causing issues but wanted to add it here. yeah lets see if this fixes or not will take a look later :) -- 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]
