Skip to content

Commit

Permalink
[services] deactivated celery
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Oct 2, 2023
1 parent 69eed03 commit 4c31cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/services/wger/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ data:
DJANGO_DB_HOST: "gym-database-rw.services.svc.cluster.local"
DJANGO_DB_PORT: "5432"
DJANGO_PERFORM_MIGRATIONS: "True"
USE_CELERY: "True"
USE_CELERY: "False"
CELERY_BROKER: "redis://gym-redis.services.svc.cluster.local:6379/2"
CELERY_BACKEND: "redis://gym-redis.services.svc.cluster.local:6379/2"
---
Expand Down

0 comments on commit 4c31cb3

Please sign in to comment.