Skip to content

Auth Timeouts

Symptoms

  • 401 or timeout on /v1/ingest/articles.

Mitigation

  1. Rotate token.
    sed -i 's/INGEST_TOKEN=.*/INGEST_TOKEN=new/' .env
    
  2. Restart API.