Skip to content

Commit

Permalink
Don't let leaky API processes live longer than 30 minutes. #1466
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Sep 3, 2024
1 parent 75bee04 commit fa48273
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ WSGIDaemonProcess __USER_NAME__ \
\
processes=10 \
maximum-requests=1000000 \
graceful-timeout=300

graceful-timeout=300 \
restart-interval=1800 \
inactivity-timeout=600

WSGIScriptAlias __API_ROOT__ __API_DIR__/__NAME__.wsgi

Expand Down

0 comments on commit fa48273

Please sign in to comment.