Aulafy

Queues, Backups, and Monitoring

When an automation already helps the business, it stops being an experiment. It needs a queue, visible errors, restorable backups, and simple alerts.

  • Understand when to move n8n to queue mode with Redis and workers.
  • Configure error workflows and alerts for real failures.
  • Define backups and restoration tests.
TerminalCode
operacion_minima:
  colas:
    - Redis
    - workers separados
    - concurrencia limitada
  errores:
    - error workflow
    - alerta Telegram/email
    - registro de payload
  backups:
    - Postgres
    - volumen n8n
    - volumen Open WebUI
    - .env cifrado fuera del servidor
  revisar_cada_semana:
    - ejecuciones fallidas
    - workers caidos
    - disco libre
    - coste de APIs