[Rails-core] ActiveJob and :exponentially_longer

2018-02-02 Thread Anthony Ross
We're seeing issues using :exponentially_longer where failures in downstream systems are causing a thundering herd effect. A great many jobs fail, they all get enqueued to try again in a static interval and bring down the downstream

[Rails-core] Re: Whitelist instead of blacklist on filter_parameters

2018-02-02 Thread Douglas Lovell
Would anyone comment on (newly created) pull request 31874 ? The change to handling of block elements in the params filter list enables a strategy to white-list, rather than black-list the params. It *does* change behavior. I had to alter a test.