Matthias Mair
|
c6df0dbb2d
|
[BUG] Increase worker-timeout to account for install times (#4285)
Fixes #4284
|
2023-02-01 10:25:10 +11:00 |
|
Oliver
|
ee2290da28
|
Gunicorn options (#4192)
* Add option for controlling gunicorn timeout
* Adds gunicorn timeout as docker env variable
|
2023-01-10 07:53:57 +11:00 |
|
Oliver
|
53ecca34d8
|
gunicorn: revert support for gevent (#4035)
- For some reason this causes production docker image to fail to build
- but only in GitHub CI ??
|
2022-12-09 16:51:58 +11:00 |
|
Oliver
|
6b659ba22f
|
Improvements for docker / gunicorn (#4031)
* Additional options for gunicorn configuration file (in docker):
Ref: https://pythonspeed.com/articles/gunicorn-in-docker/
* Catch potential error on startup
* Tweak log message for docker
* Wrap news feed update in try block
|
2022-12-08 23:06:02 +11:00 |
|
Matthias Mair
|
f38386b13c
|
Add more checks to pre-commit (#3132)
* Add bandit to pre-commit checks
* fix catchall exceptions
* remove unused definitons
* remove unuseed ariables
* Add docstring
* fix B006, B008 errors
* fix B007 error
* ignore B009
* Add checks for formatting and naming
|
2022-06-06 08:56:52 +10:00 |
|
Matthias Mair
|
e1d22f538d
|
resort imports
|
2022-05-20 17:24:51 +02:00 |
|
Oliver Walters
|
d9f4c34a42
|
logging.get -> logging.getLogger
|
2021-07-29 23:44:52 +10:00 |
|
Oliver
|
dd12a593f4
|
Specify how many workers to use
|
2021-07-29 16:37:34 +10:00 |
|
Oliver Walters
|
270c0ea85d
|
Cleanup docker files
|
2021-04-18 15:24:33 +10:00 |
|