Skip to content

Commit

Permalink
Change gunicorn killing
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 12, 2024
1 parent b024960 commit f937445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 4.5/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ stopServices() {
kill $replicationpid
fi
kill $tailpid
cat $GUNICORN_PID_FILE | sudo xargs kill
pkill gunicorn

# Force exit code 0 to signal a successful shutdown to Docker
exit 0
}
Expand Down

0 comments on commit f937445

Please sign in to comment.