From ae3eb0abf1c2b33f7a9f3c1645c43958d35957df Mon Sep 17 00:00:00 2001 From: zenaufa Date: Thu, 8 Jan 2026 03:27:12 +0700 Subject: [PATCH] Added troubleshooting information for CSV import. (#558) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Document CSV import processing delay issue Added troubleshooting information for CSV import delays. Signed-off-by: zenaufa * Small edits suggested by LLM --------- Signed-off-by: zenaufa Co-authored-by: Juan José Mata --- docs/hosting/docker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/hosting/docker.md b/docs/hosting/docker.md index d1f6ef06c..ed129e8ed 100644 --- a/docs/hosting/docker.md +++ b/docs/hosting/docker.md @@ -191,3 +191,7 @@ docker volume rm sure_postgres-data # this is the name of the volume the DB is m docker compose up docker compose exec db psql -U sure_user -d sure_development -c "SELECT 1;" # This will verify that the issue is fixed ``` + +### Slow `.csv` import (processing rows taking longer than expected) + +Importing comma-separated-value file(s) requires the `sure-worker` container to communicate with Redis. Check your worker logs for any unexpected errors, such as connection timeouts or Redis communication failures.