1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Kenny Lee Sin Cheong
5f63b3a7bb chore: drop deprecated tables and remove unused code (PROJQUAY-522) (#2089)
* chore: drop deprecated tables and remove unused code

* isort imports

* migration: check for table existence before drop
2023-08-25 12:17:24 -04:00
Oleg Bulatov
a13f4cf624 Use final image for development (#1060) 2022-03-16 14:15:42 +01:00
Kurtis Mullins
fbf5efb1ec [PROJQUAY-1035] fix: Convert gunicorn worker counts to int for comparisons. (#542)
Fixes the following traceback:
```
Failed to read config file: /quay-registry/conf/gunicorn_web.py
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/gunicorn/app/base.py", line 111, in get_config_from_filename
spec.loader.exec_module(mod)
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/quay-registry/conf/gunicorn_web.py", line 21, in <module>
workers = get_worker_count("web", 2, minimum=2, maximum=32)
File "/quay-registry/util/workers.py", line 32, in get_worker_count
return max(override_value, minimum)
TypeError: '>' not supported between instances of 'int' and 'str'
```
2020-09-03 11:23:01 -04:00
Joseph Schorr
3835ce27b3 Add configurable worker connections (#397) 2020-05-28 13:52:46 -04:00
alecmerdler
3dd5f045ff fix all the docstrings 2020-02-05 19:55:07 -08:00
Tom McKay
e6ae94db8b 'make black' results 2019-12-02 12:23:08 -05:00
Jimmy Zelinskie
9c0dd3b722 initial import for Open Source 🎉 2019-11-12 11:09:47 -05:00