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.
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