misc: use hobo.multitenant.spooler (#76692)
gitea/fargo/pipeline/head This commit looks good Details

This commit is contained in:
Benjamin Dauvergne 2023-04-18 13:01:41 +02:00
parent 83f3abba5e
commit aa59539707
3 changed files with 3 additions and 2 deletions

1
debian/control vendored
View File

@ -32,7 +32,6 @@ Depends: python3-django-mellon,
python3-fargo (= ${binary:Version}),
python3-hobo,
python3-psycopg2,
python3-uwsgidecorators,
uwsgi,
uwsgi-plugin-python3,
${misc:Depends},

2
debian/uwsgi.ini vendored
View File

@ -13,7 +13,7 @@ chmod-socket = 666
vacuum = true
spooler-processes = 3
spooler-python-import = hobo.provisionning.spooler
spooler-python-import = hobo.multitenant.spooler
spooler-max-tasks = 20
master = true

View File

@ -236,6 +236,8 @@ THUMBNAIL_FORCE_OVERWRITE = False
FARGO_CODE_LIFETIME = 300
FARGO_ACCESS_TOKEN_LIFETIME = 3600
USE_NEW_SPOOLER = True
local_settings_file = os.environ.get(
'FARGO_SETTINGS_FILE', os.path.join(os.path.dirname(__file__), 'local_settings.py')
)