nickelser / activejob-traffic_control

Rate limiting/job enabling for ActiveJob using distributed locks in Redis or Memcached.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Named arguments not passed correctly

nickelser opened this issue · comments

From @psteininger (#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?