The ownership_timeout controls how long a process can hold a checkout, but the per-query Postgrex timeout (default 15s) is separate. Oban inline mode chains workers synchronously, so individual queries can exceed 15s under concurrent test load. |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||