Skip to content

Commit

Permalink
Pipeline: Run segmentation server as singleton (#1199)
Browse files Browse the repository at this point in the history
That is: #1199.
  • Loading branch information
spigo900 committed Oct 18, 2022
1 parent 92a7ff9 commit 20fef96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adam/experiment/run_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ def pipeline_entrypoint(params: Parameters) -> None:
build_sbatch_command(
root / "segmentation_processing" / "start_server.sh",
script_args=[str(segmentation_api_port)],
extra_sbatch_args=["--dependency=singleton"],
job_name="adamSegmentServer",
log_dir=job_logs_path,
email=email,
Expand Down

0 comments on commit 20fef96

Please sign in to comment.