Skip to content

Commit

Permalink
Revert "RS-1003: Increasing proc-all-tasks timeout from 6000 to 10800…
Browse files Browse the repository at this point in the history
… seconds"

This reverts commit d22466c.
  • Loading branch information
w-fsi committed Jul 6, 2023
1 parent 4c2d81b commit a0296ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions s1-l2/content/stream-parameters.properties
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ app.execution-worker-high.process.hostname=${HOSTNAME}
app.execution-worker-high.process.workingDir=/data/localWD
app.execution-worker-high.process.tm-proc-stop-s=300
app.execution-worker-high.process.tm-proc-one-task-s=600
app.execution-worker-high.process.tm-proc-all-tasks-s=10800
app.execution-worker-high.process.tm-proc-all-tasks-s=6000
app.execution-worker-high.process.tm-proc-check-stop-s=60
app.execution-worker-high.process.size-batch-upload=10
app.execution-worker-high.process.size-batch-download=10
Expand All @@ -278,7 +278,7 @@ app.execution-worker-medium.process.hostname=${HOSTNAME}
app.execution-worker-medium.process.workingDir=/data/localWD
app.execution-worker-medium.process.tm-proc-stop-s=300
app.execution-worker-medium.process.tm-proc-one-task-s=600
app.execution-worker-medium.process.tm-proc-all-tasks-s=10800
app.execution-worker-medium.process.tm-proc-all-tasks-s=6000
app.execution-worker-medium.process.tm-proc-check-stop-s=60
app.execution-worker-medium.process.size-batch-upload=10
app.execution-worker-medium.process.size-batch-download=10
Expand All @@ -305,7 +305,7 @@ app.execution-worker-low.process.hostname=${HOSTNAME}
app.execution-worker-low.process.workingDir=/data/localWD
app.execution-worker-low.process.tm-proc-stop-s=300
app.execution-worker-low.process.tm-proc-one-task-s=600
app.execution-worker-low.process.tm-proc-all-tasks-s=10800
app.execution-worker-low.process.tm-proc-all-tasks-s=6000
app.execution-worker-low.process.tm-proc-check-stop-s=60
app.execution-worker-low.process.size-batch-upload=10
app.execution-worker-low.process.size-batch-download=10
Expand Down

0 comments on commit a0296ec

Please sign in to comment.