We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dbbc1 commit 81d4178Copy full SHA for 81d4178
openeo/extra/job_management/_manager.py
@@ -543,7 +543,6 @@ def _job_update_loop(
543
544
if len(not_started) > 0 and len(pending) < 10:
545
# Check number of jobs running at each backend
546
- # TODO: should "created" be included in here? Calling this "running" is quite misleading then.
547
running = job_db.get_by_status(statuses=["running"])
548
stats["job_db get_by_status"] += 1
549
per_backend = running.groupby("backend_name").size().to_dict()
0 commit comments