Skip to content
Snippets Groups Projects

Add orca passthrough

Merged Robert Rosca requested to merge feat/orca-passthrough into master
All threads resolved!
+ 2
2
@@ -726,7 +726,7 @@ def _orca_passthrough(
url = f"{base_url}:{port}/{route}/{proposal_number}?{'&'.join(filter(None, args))}"
except Exception as e:
logging.error("error building orca passthrough request", exc_info=True)
logging.warning("error building orca passthrough request", exc_info=True)
return None
try:
@@ -861,7 +861,6 @@ class ActionsServer:
_orca_passthrough(
proposal_number=proposal,
runs=[runnr],
action="correct",
route="execute",
)
@@ -991,6 +990,7 @@ class ActionsServer:
runs=runs,
action="dark",
route="execute",
karabo_id=karabo_id,
)
pconf_full = self.load_proposal_config(cycle, proposal)
Loading