Skip to content

Commit

Permalink
Merge pull request #3709 from matyasselmeci/pr/singleprocess
Browse files Browse the repository at this point in the history
Run one WSGI process per Topology container
  • Loading branch information
matyasselmeci authored Mar 5, 2024
2 parents 8e1b817 + 7ebfa46 commit 6ea6ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/apache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LoadModule wsgi_module /usr/local/lib64/python3.9/site-packages/mod_wsgi/server/
WSGIPythonPath /app

# Run apps in separate processes to stop yaml.CSafeLoader import-time error
WSGIDaemonProcess topology home=/app processes=5
WSGIDaemonProcess topology home=/app
WSGIDaemonProcess topomerge home=/app

# vhost for topology, SSL terminated here (for gridsite auth)
Expand Down

0 comments on commit 6ea6ce4

Please sign in to comment.