Skip to content
Snippets Groups Projects
Commit 9c972633 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

comment res in webservice as requested in the MR

parent f718e561
No related branches found
No related tags found
1 merge request!196avoid using reservation in the cmd
...@@ -646,8 +646,10 @@ async def server_runner(config, mode): ...@@ -646,8 +646,10 @@ async def server_runner(config, mode):
cmd = ["python", "-m", "xfel_calibrate.calibrate", cmd = ["python", "-m", "xfel_calibrate.calibrate",
detector, "DARK", '--priority', priority] detector, "DARK", '--priority', priority]
if req_res: # Avoid giving a reservation parameter after the
cmd += ['--reservation', req_res] # ITDM changes for giving xcal high priority by default
#if req_res:
# cmd += ['--reservation', req_res]
run_config = [] run_config = []
for typ, run in run_mapping.items(): for typ, run in run_mapping.items():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment