Sync docs: Elixir 1.20.0-rc.5, Oban pruner 7d, Docker builder

This commit is contained in:
Claudio Ortolina
2026-05-13 21:13:51 +01:00
parent c86ce9d485
commit 2a9c54cb42
3 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -21,7 +21,7 @@ Key capabilities:
- Encrypted secret storage (Cloak)
- Presto companion display (MicroPython, 4" IPS LCD, "Records on this day")
**Elixir ~> 1.14, Phoenix ~> 1.8, LiveView ~> 1.1, SQLite3**
**Elixir 1.20.0-rc.5, Phoenix ~> 1.8, LiveView ~> 1.1, SQLite3**
---
@@ -197,11 +197,11 @@ HTTP 429 into `:rate_limit` vs `:auth_error` by reading the body `code`
### Plugins (prod)
| Plugin | Config | Purpose |
| ------------------------ | --------------------------- | ------------------------------------------------------------ |
| `Oban.Plugins.Pruner` | `max_age: 43200` (12h) | Prune completed/cancelled/discarded jobs older than 12 hours |
| `Oban.Plugins.Reindexer` | `schedule: "@weekly"` | Weekly reindex of Oban tables for query performance |
| `Oban.Plugins.Cron` | `timezone: "Europe/London"` | Scheduled recurring workers (see Cron Workers table) |
| Plugin | Config | Purpose |
| ------------------------ | --------------------------- | ---------------------------------------------------------- |
| `Oban.Plugins.Pruner` | `max_age: 604800` (7 days) | Prune completed/cancelled/discarded jobs older than 7 days |
| `Oban.Plugins.Reindexer` | `schedule: "@weekly"` | Weekly reindex of Oban tables for query performance |
| `Oban.Plugins.Cron` | `timezone: "Europe/London"` | Scheduled recurring workers (see Cron Workers table) |
### On-Demand Workers