Sometimes, depending on the area/scale, the computation is timed out... for these cases, we could export the process using this approach https://developers.google.com/earth-engine/guides/debugging#timed-out.
It will require an additional step in the module... so the user could generate the report after the task is done in GEE by using its task_id that will be stored in a txt file.
The 4e7e08b commit is intended to create a task and run it in the background of GEE, so the computation time will be increased. The user will have to create the dashboard after the task is done in GEE.
Sometimes, depending on the area/scale, the computation is timed out... for these cases, we could export the process using this approach https://developers.google.com/earth-engine/guides/debugging#timed-out. It will require an additional step in the module... so the user could generate the report after the task is done in GEE by using its
task_id
that will be stored in a txt file.