Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ docker-build:
wait-for-db:
uv run python manage.py waitfordb
uv run python manage.py waitfordb --database analytics
uv run python manage.py waitfordb --database clickhouse

.PHONY: test
test: docker-up wait-for-db
Expand Down
3 changes: 0 additions & 3 deletions api/scripts/run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ run_task_processor() {
if [ -n "$TASK_PROCESSOR_DATABASE_URL" ] || [ -n "$TASK_PROCESSOR_DATABASE_NAME" ]; then
waitfordb --waitfor 30 --migrations --database task_processor
fi
if [ -n "$CLICKHOUSE_URL" ] || [ -n "$CLICKHOUSE_HOST" ]; then
waitfordb --waitfor 30 --migrations --database clickhouse
fi
exec flagsmith start \
--bind 0.0.0.0:8000 \
--access-logfile $ACCESS_LOG_LOCATION \
Expand Down
Loading