Auth Timeouts¶ Symptoms¶ 401 or timeout on /v1/ingest/articles. Mitigation¶ Rotate token. sed -i 's/INGEST_TOKEN=.*/INGEST_TOKEN=new/' .env Restart API.