Clémentine
commited on
Commit
·
a791654
1
Parent(s):
5bb2e1e
namespace
Browse files- utils/jobs.py +1 -1
utils/jobs.py
CHANGED
|
@@ -153,7 +153,7 @@ def update_job_statuses() -> None:
|
|
| 153 |
with globals.results_lock:
|
| 154 |
job_id = globals.job_results[key]["job_id"]
|
| 155 |
|
| 156 |
-
job_info = inspect_job(job_id=job_id)
|
| 157 |
new_status = job_info.status.stage
|
| 158 |
|
| 159 |
with globals.results_lock:
|
|
|
|
| 153 |
with globals.results_lock:
|
| 154 |
job_id = globals.job_results[key]["job_id"]
|
| 155 |
|
| 156 |
+
job_info = inspect_job(job_id=job_id, namespace=globals.NAMESPACE)
|
| 157 |
new_status = job_info.status.stage
|
| 158 |
|
| 159 |
with globals.results_lock:
|