Skip to content

Commit

Permalink
Merge pull request #3 from CALeDNA/develop
Browse files Browse the repository at this point in the history
timeout 600 secs
  • Loading branch information
hector-baez authored Nov 1, 2023
2 parents 11efd82 + 737eaf8 commit 522ba9c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions scheduler/servers/ben-ac-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Type=forking
WorkingDirectory=/home/ubuntu/t-rex-monitor/scheduler/servers
Environment="PATH=/usr/local/bin:/usr/bin:/bin:/home/ubuntu/miniconda/envs/webhook/bin"
ExecStart=/bin/bash ./ben-servers.sh "ac" "/tmp/ben-ac"
TimeoutSec=600
Restart=never
RestartSec=5s

Expand Down
1 change: 1 addition & 0 deletions scheduler/servers/ben-assign-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Type=forking
WorkingDirectory=/home/ubuntu/t-rex-monitor/scheduler/servers
Environment="PATH=/usr/local/bin:/usr/bin:/bin:/home/ubuntu/miniconda/envs/webhook/bin"
ExecStart=/bin/bash ./ben-servers.sh "assign" "/tmp/ben-assign"
TimeoutSec=600
Restart=never
RestartSec=5s

Expand Down
1 change: 1 addition & 0 deletions scheduler/servers/ben-blast-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Type=forking
WorkingDirectory=/home/ubuntu/t-rex-monitor/scheduler/servers
Environment="PATH=/usr/local/bin:/usr/bin:/bin:/home/ubuntu/miniconda/envs/webhook/bin"
ExecStart=/bin/bash ./ben-servers.sh "blast" "/tmp/ben-blast"
TimeoutSec=600
Restart=never
RestartSec=5s

Expand Down
1 change: 1 addition & 0 deletions scheduler/servers/ben-ecopcr-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Type=forking
WorkingDirectory=/home/ubuntu/t-rex-monitor/scheduler/servers
Environment="PATH=/usr/local/bin:/usr/bin:/bin:/home/ubuntu/miniconda/envs/webhook/bin"
ExecStart=/bin/bash ./ben-servers.sh "ecopcr" "/tmp/ben-ecopcr"
TimeoutSec=600
Restart=never
RestartSec=5s

Expand Down
1 change: 1 addition & 0 deletions scheduler/servers/ben-newick-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Type=forking
WorkingDirectory=/home/ubuntu/t-rex-monitor/scheduler/servers
Environment="PATH=/usr/local/bin:/usr/bin:/bin:/home/ubuntu/miniconda/envs/webhook/bin"
ExecStart=/bin/bash ./ben-servers.sh "newick" "/tmp/ben-newick"
TimeoutSec=600
Restart=never
RestartSec=5s

Expand Down
1 change: 1 addition & 0 deletions scheduler/servers/ben-qc-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Type=forking
WorkingDirectory=/home/ubuntu/t-rex-monitor/scheduler/servers
Environment="PATH=/usr/local/bin:/usr/bin:/bin:/home/ubuntu/miniconda/envs/webhook/bin"
ExecStart=/bin/bash ./ben-servers.sh "qc" "/tmp/ben-qc"
TimeoutSec=600
Restart=never
RestartSec=5s

Expand Down
1 change: 1 addition & 0 deletions scheduler/servers/ben-tronko-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Type=forking
WorkingDirectory=/home/ubuntu/t-rex-monitor/scheduler/servers
Environment="PATH=/usr/local/bin:/usr/bin:/bin:/home/ubuntu/miniconda/envs/webhook/bin"
ExecStart=/bin/bash ./ben-servers.sh "tronko" "/tmp/ben-tronko"
TimeoutSec=600
Restart=never
RestartSec=5s

Expand Down

0 comments on commit 522ba9c

Please sign in to comment.