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
I thought about this idea some time ago but I forgot to post it here to remind me and discuss it, the idea is just as simple as creating a decorator that wraps a GEE .getInfo() process and if it fails due to a timeout or if it runs for a certain amount of time, it will rerun the process but as a task in the background.
It will require a task to wrap, and optionally an alert to alert users that the tasks have been sent to the background, and if not provided, it will return a message saying so, @12rambau what do you think? do you see it useful?
The text was updated successfully, but these errors were encountered:
I thought about this idea some time ago but I forgot to post it here to remind me and discuss it, the idea is just as simple as creating a decorator that wraps a GEE
.getInfo()
process and if it fails due to a timeout or if it runs for a certain amount of time, it will rerun the process but as a task in the background.It will require a task to wrap, and optionally an alert to alert users that the tasks have been sent to the background, and if not provided, it will return a message saying so, @12rambau what do you think? do you see it useful?
The text was updated successfully, but these errors were encountered: