You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/openinwoner/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
## 1.7.0-beta.1 (2025-05-02)
4
+
5
+
- Bring uWSGI settings into sync with available options for the upcoming `v1.27` release
6
+
of OIP.
7
+
3
8
## 1.7.0-beta.0 (2025-10-01)
4
9
5
10
-[#148] Replace the worker liveness probe with the `celery inspect active` command. This should detect when a worker is down and should not interrupt long running tasks.
Copy file name to clipboardExpand all lines: charts/openinwoner/values.yaml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -270,13 +270,16 @@ settings:
270
270
debug: false
271
271
272
272
uwsgi:
273
-
master: false
274
273
threads: ""
275
274
processes: ""
276
275
maxRequests: ""
277
276
harakiri: ""
278
277
port: ""
279
278
httpTimeout: ""
279
+
httpKeepalive: ""
280
+
# In bytes:
281
+
postBuffering: ""
282
+
bufferSize: ""
280
283
281
284
# -- Runs a init container that will run /app/src/manage.py search_index --rebuild -f. You might want to enable this one time for new deployments if you want to prevent 500 errors when using the search function
0 commit comments