Sidekiq-Cron v1.1.0 Release Notes

Release Date: 2019-01-16 // over 5 years ago
    • ⚡️ Updated readme
    • 🛠 Fix unit tests - changed argument error when getting invalid cron format
    • 👷 When fallbacking old job enqueued time use Time.parse without format (so ruby can decide best method to parse it)
    • Add option date_as_argument which will add to your job arguments on last place Time.now.to_f when it was eneuqued
    • ➕ Add option description which will allow you to add notes to your jobs so in web view you can see it
    • 🛠 Fixed translations