GoodJob v2.9.5 Release Notes

Release Date: 2022-02-07 // about 2 years ago
  • ๐Ÿ‘ท Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ‘ท Transactions in "aborting" threads do not commit; causes GoodJob::Process record not destroyed on exit #489
    • ๐Ÿ‘ท Deserialize ActiveJob arguments when manually retrying a job #513 (bensheldon)

    Closed issues:

    • ๐Ÿ‘ท Concurrency key proc is missing arguments when retrying a discarded job. #512
    • โฑ Cron Schedule not visible in dashboard #496

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ”’ Rename methods to advisory_lock_key and allow it to take a block instead of with_advisory_lock #511 (bensheldon)
    • ๐Ÿ‘ท README: Limiting concurrency - fetch symbol instead of string #510 (BenSto)
    • โž• Add arbitrary lock on class level too #499 (pandwoter)