File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
diracx-logic/src/diracx/logic/jobs Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -524,6 +524,7 @@ async def set_job_parameters_or_attributes(
524
524
# Those dicts create a mapping of job_id -> {attribute_name: value}
525
525
attr_updates : dict [int , dict [str , Any ]] = {}
526
526
param_updates : dict [int , dict [str , Any ]] = {}
527
+ print ("METADATA" , updates )
527
528
528
529
for job_id , metadata in updates .items ():
529
530
attr_updates [job_id ] = {}
@@ -554,6 +555,9 @@ async def set_job_parameters_or_attributes(
554
555
# Bulk set job parameters if required
555
556
await _insert_parameters (param_updates , job_parameters_db , job_db )
556
557
558
+ print ("PARAMETERS" , param_updates )
559
+ print ("ATTRIBUTES" , attr_updates )
560
+
557
561
558
562
async def add_heartbeat (
559
563
data : dict [int , HeartbeatData ],
You can’t perform that action at this time.
0 commit comments