Skip to content

Commit

Permalink
uwsgi: supress unimportend errors
Browse files Browse the repository at this point in the history
Co-Authored-by: Peter Weber <peter.weber@rero.ch>
  • Loading branch information
rerowep committed Jun 22, 2022
1 parent a9d5dc2 commit 39f7690
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/uwsgi/uwsgi_rest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ threads = 2
mount = /api=invenio_app.wsgi_rest:application
manage-script-name = true
single-interpreter = true

ignore-sigpipe = true
ignore-write-errors = true
disable-write-exception = true
4 changes: 4 additions & 0 deletions docker/uwsgi/uwsgi_ui.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ die-on-term = true
processes = 2
threads = 2
single-interpreter = true

ignore-sigpipe = true
ignore-write-errors = true
disable-write-exception = true

0 comments on commit 39f7690

Please sign in to comment.