Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-22 | Remove redundant run_as_background_process() from pusherpool | Richard van der Hoff | 7 | -50/+14 | |
`on_new_notifications` and `on_new_receipts` in `HttpPusher` and `EmailPusher` now always return synchronously, so we can remove the `defer.gatherResults` on their results, and the `run_as_background_process` wrappers can be removed too because the PusherPool methods will now complete quickly enough. | |||||
2018-10-22 | Give pushers their own background logcontext | Richard van der Hoff | 2 | -58/+54 | |