mattyr / sidecloq

Recurring / Periodic / Scheduled / Cron job extension for Sidekiq
MIT License
88 stars 12 forks source link

Mention `args` support for schedule definition. #14

Closed jsmestad closed 7 years ago

jsmestad commented 7 years ago

If I had not read through the RSpec test_job_enqueuer.rb, I would have missed that sidecloq supports passing in both Hash and Array defined arguments. This patch surfaces that feature in the README and adds a test to the YAML parser to make sure its extracted.

Changes

mattyr commented 7 years ago

excellent, thanks!