-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
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)