oban-bg / oban

💎 Robust job processing in Elixir, backed by modern PostgreSQL and SQLite3
https://oban.pro
Apache License 2.0
3.37k stars 313 forks source link

Sonar: fix pruning stale nodes #1128

Closed feld closed 3 months ago

sorentwo commented 3 months ago

The oldest supported version of Elixir that Oban supports is v1.13+. Map.reject was added in Elixir v1.13; there shouldn't be any issue.

feld commented 3 months ago

The oldest supported version of Elixir that Oban supports is v1.13+. Map.reject was added in Elixir v1.13; there shouldn't be any issue.

My deployment was still building against 1.12, very sorry!