Skip to content

Commit

Permalink
abc
Browse files Browse the repository at this point in the history
  • Loading branch information
joeybrown-sf committed Apr 2, 2024
1 parent a195fe3 commit a48ec23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 0 additions & 2 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
web: go-getting-started


19 changes: 1 addition & 18 deletions bin/postdeploy.sh
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
# Path: bin/predeploy.sh
#!/bin/sh

set -x

echo "Starting task 1"
while true; do
echo "Resource monitor: $(date)"
/bin/sleep 2
done &
task1_pid=$!
echo "Task 1 PID: $task1_pid"

echo "Starting task 2"
for i in {0..5}; do
echo "Long running task: $i/5"
/bin/sleep 3
done

kill $task1_pid
exit 0
echo "ABCDEFGHIJKLMNOPQRSTUVWXYZ"

0 comments on commit a48ec23

Please sign in to comment.