ditto-assistant / backend

Omni-LLM Backend
Apache License 2.0
2 stars 0 forks source link

DB: Backup to object storage and DB offline mode #106

Open Peyton-Spencer opened 3 days ago

Peyton-Spencer commented 3 days ago

We had a Turso outage where users could not get their balances, thus could not prompt the LLM whatsoever as we must check the user balance beforehand.

We need failover solutions to keep the app online when this happens.

Consider min instances = 1 in order to leverage keep alive connections, and drastically drop secrets manager usage.