https://github.com/galaxyproject/galaxy
Revision df98405f73df2ff938d8a11204da4815fd19f314 authored by mvdbeek on 05 April 2024, 10:13:07 UTC, committed by mvdbeek on 05 April 2024, 11:54:02 UTC
1 parent aa0a85d
Raw File
Tip revision: df98405f73df2ff938d8a11204da4815fd19f314 authored by mvdbeek on 05 April 2024, 10:13:07 UTC
Always discard session after __handle_waiting_jobs is done
Tip revision: df98405
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

GALAXY_RUN_ALL=1 ./run.sh restart --wait
back to top