nickelser / activejob-traffic_control

Rate limiting/job enabling for ActiveJob using distributed locks in Redis or Memcached.
305 stars 28 forks source link

Named arguments not passed correctly #5

Open nickelser opened 7 years ago

nickelser commented 7 years ago

From @psteininger (https://github.com/nickelser/activejob-traffic_control/issues/3):

I did experience a problem with a Sidekiq backed job, which had named (not positional) parameters. The job would be called seemingly w/o parameters. I did change the signature of the perform method and got around it. Perhaps I should open another issue?