Skip to content

Commit 2bfd0ac

Browse files
committed
PR #736 minor todo note
1 parent fd0db40 commit 2bfd0ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openeo/extra/job_management/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ def _job_update_loop(
566566
not_started = job_db.get_by_status(statuses=["not_started"], max=200).copy()
567567
if len(not_started) > 0:
568568
# Check number of jobs running at each backend
569+
# TODO: should "created" be included in here? Calling this "running" is quite misleading then.
569570
running = job_db.get_by_status(statuses=["created", "queued", "queued_for_start", "running"])
570571
stats["job_db get_by_status"] += 1
571572
per_backend = running.groupby("backend_name").size().to_dict()

0 commit comments

Comments
 (0)