aboutsummaryrefslogtreecommitdiff
path: root/test/web/retry_queue_test.exs
AgeCommit message (Collapse)Author
2018-12-30Improves RetryQueue behaviorMichael Loftis
reduces to one single timer firing once a second switches to a parallel worker model
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-12fix warningsMaksim Pechnikov
2018-11-19RetryQueue: tiny refractor, add testseal