ronnyhdez / reclaimed_sites_ab

https://ronnyhdez.github.io/reclaimed_sites_ab/
0 stars 0 forks source link

Include a sys sleep in the flagging polygons scritp #154

Open ronnyhdez opened 1 month ago

ronnyhdez commented 1 month ago

This will allow to run the script without manually checking the task status. Something like:

while task.status()['state'] in ['READY', 'RUNNING']:
        time.sleep(10)