You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Start the job, wait for it to finish and download result"""
The naming of method BatchJob.run_synchronous is quite confusing:
this is not about running a batch job in synchronous mode (which is not a thing yet, but we've been thinking about doing something like that), but just about starting it and actively waiting.
There is already start_and_wait, which is named more to the point.
The text was updated successfully, but these errors were encountered:
openeo-python-client/openeo/rest/job.py
Lines 234 to 238 in db046f1
The naming of method
BatchJob.run_synchronous
is quite confusing:this is not about running a batch job in synchronous mode (which is not a thing yet, but we've been thinking about doing something like that), but just about starting it and actively waiting.
There is already
start_and_wait
, which is named more to the point.The text was updated successfully, but these errors were encountered: