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
Commit dfe465a for #240 added these lines to avoid failing and reporting an (expected) error when a user decided to delete his batch job while async_task is actively polling SHub:
Commit dfe465a for #240 added these lines to avoid failing and reporting an (expected) error when a user decided to delete his batch job while async_task is actively polling SHub:
openeo-geopyspark-driver/openeogeotrellis/async_task.py
Lines 247 to 250 in 0444fb4
This approach is maybe too drastic and could cover up an unexpected
JobNotFoundException
.The batch job itself is obviously gone and the only way to tell if the user actually deleted it himself is by inspecting the logs in ES.
Cost-benefit etc.
The text was updated successfully, but these errors were encountered: