sidekiq-client-cli
sidekiq-client-cli copied to clipboard
support sending per-job arguments
I found the need to pass arguments to my jobs so I added the functionality. I started off writing my own Regex to parse the parameters, then remembered that Rake did this also. Jim's Regex's were a little more complex, but look like they are more exacting than mine, so I grabbed his parse_task_string method.
Cheers,
Kevin
Changes Unknown when pulling 4370e87870c12500e04740cf2bcdf09a0acde39e on n3bulous:support-passing-job-arguments-per-job into * on didil:master*.
Changes Unknown when pulling 555e6522467893f09a184c531ce9f09d0cb2e4b0 on n3bulous:support-passing-job-arguments-per-job into * on didil:master*.
@coveralls @n3bulous This looks good, can you merge this?
@didil That looks good, can you merge this?