oban v2.4.1 Release Notes

Release Date: 2021-01-27 // about 3 years ago
  • 🛠 Fixed

    • [Oban.Migrations] Correctly migrate up between sequential versions. The V10 migration adds check constraints, which can't be re-run safely. An attempted work-around prevented re-runs, but broke sequential upgrades like 9->10.

    • [Oban.Queue.Producer] Kick off an initial dispatch to start processing available jobs on startup, to compensate for a lack of incoming jobs or scheduling.

    • ⏱ [Oban.Plugins.Stager] Keep rescheduling staging messages after the initial run.