Configure SQLite busy_timeout PRAGMA to 5000ms so queries wait for locks to be released instead of failing immediately. This prevents Oban job queue from getting stuck with 'Database busy' errors during concurrent operations. |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||