feat: switch to new task processor entrypoint

feat/run-task-processor
Kim Gustyr 1 year ago
parent ef3ba12158
commit a63b31d054
No known key found for this signature in database
GPG Key ID: AC6CF99DF45E553E

@ -59,14 +59,9 @@ services:
environment: environment:
DATABASE_URL: postgresql://postgres:password@postgres:5432/flagsmith DATABASE_URL: postgresql://postgres:password@postgres:5432/flagsmith
USE_POSTGRES_FOR_ANALYTICS: "True" USE_POSTGRES_FOR_ANALYTICS: "True"
entrypoint:
- "python"
- "manage.py"
- "runprocessor"
- "--sleepintervalms"
- "500"
depends_on: depends_on:
- flagsmith - flagsmith
- postgres - postgres
links: links:
- postgres - postgres
command: run-task-processor

Loading…
Cancel
Save