didil / sidekiq-client-cli

Command line client for Sidekiq
MIT License
18 stars 18 forks source link

support sending per-job arguments #16

Open n3bulous opened 9 years ago

n3bulous commented 9 years ago

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

coveralls commented 9 years ago

Coverage Status

Changes Unknown when pulling 4370e87870c12500e04740cf2bcdf09a0acde39e on n3bulous:support-passing-job-arguments-per-job into \ on didil:master**.

coveralls commented 9 years ago

Coverage Status

Changes Unknown when pulling 555e6522467893f09a184c531ce9f09d0cb2e4b0 on n3bulous:support-passing-job-arguments-per-job into \ on didil:master**.

halida commented 8 years ago

@coveralls @n3bulous This looks good, can you merge this?

halida commented 7 years ago

@didil That looks good, can you merge this?