Skip to content

Commit

Permalink
POST server unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Dec 14, 2024
1 parent 18780e6 commit f5dfefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep-node-alive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PROCESS=$1
while true; do
echo "Starting $PROCESS..."
curl "http://localhost:8000/server_unavailable"
curl -XPOST "http://localhost:8000/server_unavailable"

npx -y tsx $PROCESS

Expand Down

0 comments on commit f5dfefe

Please sign in to comment.