Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
* Changes for poetry 2.0.
* Changes uswgi api `buffer-size` to 65535.

Co-Authored-by: Peter Weber <[email protected]>
  • Loading branch information
rerowep committed Jan 16, 2025
1 parent 46dbcc6 commit cfd946f
Show file tree
Hide file tree
Showing 17 changed files with 1,634 additions and 1,021 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 2.0.1

# - name: Use Cache
# uses: actions/cache@v2
Expand Down
1 change: 1 addition & 0 deletions docker/uwsgi/uwsgi_rest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ socket = 0.0.0.0:5001
module = invenio_app.wsgi_rest:application
master = true
die-on-term = true
buffer-size = 65535
processes = 2
threads = 2
mount = /api=invenio_app.wsgi_rest:application
Expand Down
1 change: 1 addition & 0 deletions docker/uwsgi/uwsgi_ui.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ socket = 0.0.0.0:5000
module = invenio_app.wsgi_ui:application
master = true
die-on-term = true
#buffer-size = 65535
processes = 2
threads = 2
# TODO: find the reason way log-drain is not working
Expand Down
2,300 changes: 1,451 additions & 849 deletions poetry.lock

Large diffs are not rendered by default.

Loading

0 comments on commit cfd946f

Please sign in to comment.