Ironium v5.0.0 Release Notes

  • Concurrency is now a global limit, shared by all queues.

    🔧 Concurrency can be configured via the IRONIUM_CONCURRENCY environment 0️⃣ variable. Default is 50.

    ✅ Delayed jobs can be tested by time traveling.

    ⏱ A scheduled job's time-to-live is equal to its interval. This better matches expectations on transient error conditions.