Skip to content

Commit d21abb6

Browse files
Disable automatic worker restarts in gunicorn
1 parent 11f4dbb commit d21abb6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [UNRELEASED] - YYYY-MM-DD
88

99
### Changed
10+
- [#634](https://github.com/equinor/webviz-config/pull/634) - Disable automatic worker restart in `gunicorn` configuration.
1011
- [#602](https://github.com/equinor/webviz-config/pull/602) - Changed the file and plugin names from `ExampleContentWrapper` to `ExampleWlfPlugin`.
1112
- [#618](https://github.com/equinor/webviz-config/pull/618) - Initialized `common_cache.CACHE` directly with 3600 sec timeout and deprecated `CACHE.TIMEOUT`.
1213
- [#619](https://github.com/equinor/webviz-config/pull/619) - Adjusted the WLF example plugin to the best practice, added slots there and introduced new `callback_typecheck` decorator. Moreover, added a `StrEnum` class for IDs and settings.

webviz_config/templates/Dockerfile.jinja2

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ CMD gunicorn \
7070
--access-logfile "-" \
7171
--bind 0.0.0.0:5000 \
7272
--keep-alive 120 \
73-
--max-requests 40 \
7473
--preload \
7574
--workers 2 \
7675
--worker-class gthread \

0 commit comments

Comments
 (0)