We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c833b5f commit f78f714Copy full SHA for f78f714
timeout.sh
@@ -8,7 +8,7 @@ background_task() {
8
sleep $timeout
9
10
echo "timeout.sh: stopping all tasks"
11
- gp tasks stop --all
+ gp tasks stop --all --force-success
12
}
13
14
# 2700 secods = 45 min
0 commit comments