Skip to content

Commit 81d4178

Browse files
committed
remove todo
1 parent 75dbbc1 commit 81d4178

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openeo/extra/job_management/_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ def _job_update_loop(
543543

544544
if len(not_started) > 0 and len(pending) < 10:
545545
# Check number of jobs running at each backend
546-
# TODO: should "created" be included in here? Calling this "running" is quite misleading then.
547546
running = job_db.get_by_status(statuses=["running"])
548547
stats["job_db get_by_status"] += 1
549548
per_backend = running.groupby("backend_name").size().to_dict()

0 commit comments

Comments
 (0)