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
File ".../openeo/extra/job_management.py", line 474, in run_jobs
self._job_update_loop(job_db=job_db, start_job=start_job, stats=stats)
File ".../openeo/extra/job_management.py", line 493, in _job_update_loop
self._track_statuses(job_db, stats=stats)
File ".../openeo/extra/job_management.py", line 702, in _track_statuses
self._cancel_prolonged_job(the_job, active.loc[i])
File ".../openeo/extra/job_management.py", line 632, in _cancel_prolonged_job
job_running_start_time = rfc3339.parse_datetime(row["running_start_time"], with_timezone=True)
File ".../openeo/util.py", line 157, in parse_datetime
raise ValueError(x)
ValueError: nan
_cancel_prolonged_job should not fail that ugly when running_start_time is not available (various reasons for that)
The text was updated successfully, but these errors were encountered:
_cancel_prolonged_job
should not fail that ugly whenrunning_start_time
is not available (various reasons for that)The text was updated successfully, but these errors were encountered: