Closed y9v closed 6 years ago
Currently when specifying a throttling strategy on a parent worker class the strategy won't be inherited by the child worker class.
This PR extends the registry, so it also looks for the strategy by class ancestors.
Thanks!
Thank you!
Currently when specifying a throttling strategy on a parent worker class the strategy won't be inherited by the child worker class.
This PR extends the registry, so it also looks for the strategy by class ancestors.