fix hltb worker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-04-02 21:23:00 +03:00
parent f820e86277
commit c84600ae3e
8 changed files with 71 additions and 9 deletions

View File

@@ -13,6 +13,8 @@ else:
print(f'{Mineral.objects.count()} minerals already loaded')
"
python manage.py run_hltb_worker &
exec gunicorn kboris.wsgi:application \
--bind 0.0.0.0:8080 \
--workers 2 \