Improve price information
All checks were successful
Django CI/CD / test (push) Successful in 1m1s
Django CI/CD / build-and-push (push) Successful in 2m9s

This commit is contained in:
2025-01-30 16:38:13 +01:00
parent 4ec808eeec
commit 6f62889e92
10 changed files with 123 additions and 15 deletions

View File

@ -47,7 +47,7 @@ INSTALLED_APPS = [
Q_CLUSTER = {
"name": "DjangoQ",
"workers": 4,
"workers": 1,
"recycle": 500,
"timeout": 60,
"retry": 120,