Skip to content
Snippets Groups Projects
Commit 3c2b04d1 authored by Johan Bregeon's avatar Johan Bregeon
Browse files

group by 5

parent eb4509d0
Branches
Tags
No related merge requests found
......@@ -28,7 +28,7 @@ def submitTS( job, transName, mqJson ):
tc = TransformationClient()
res = tc.addTransformation( transName, 'EvnDisp3 example', 'EvnDisplay calib_imgreco', 'DataReprocessing', 'Standard', 'Automatic', mqJson, groupSize = 2, body = job.workflow.toXML() )
res = tc.addTransformation( transName, 'EvnDisp3 example', 'EvnDisplay calib_imgreco', 'DataReprocessing', 'Standard', 'Automatic', mqJson, groupSize = 5, body = job.workflow.toXML() )
if not res['OK']:
DIRAC.gLogger.error ( res['Message'] )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment