Gunicorn Transition: add wsgi entrypoint and gunicorn config, bump version to 4.1.41

This commit is contained in:
2026-01-27 16:01:56 +09:00
parent def4e9eeb8
commit 526bd36c5a
6 changed files with 193 additions and 3 deletions

View File

@@ -319,8 +319,6 @@ class Framework:
# 이건 필요 없음
self.config['DEFINE']['GIT_VERSION_URL'] = 'https://raw.githubusercontent.com/flaskfarm/flaskfarm/main/lib/framework/version.py'
self.config['DEFINE']['CHANGELOG'] = 'https://github.com/flaskfarm/flaskfarm'
#self.config['DEFINE']['WEB_DIRECT_URL'] = "http://52.78.103.230:49734"
def __process_args(self):
# celery 에서 args 처리시 문제 발생.