Taragolis commented on issue #39682:
URL: https://github.com/apache/airflow/issues/39682#issuecomment-2117764089

   What happen if you change your script to?
   
   ```python
   import time
   
   if __name__ == '__main__':
       for i in range(10):
           time.sleep(2)
           print(f"RUNNING {i}")
   ```


-- 
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]

Reply via email to