Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ordering is important on errbacks so add the cleanup func before creating an ↵ | Kegan Dougal | 2017-02-13 | 1 | -7/+7 |
| | | | | ObservableDeferred | ||||
* | Pop the txn from the map in case it has already been deleted somehow | Kegan Dougal | 2017-02-13 | 1 | -1/+1 |
| | |||||
* | Don't cache errors at all | Kegan Dougal | 2017-02-13 | 1 | -10/+9 |
| | |||||
* | http txns: Do not cache error responses | Kegan Dougal | 2017-02-13 | 1 | -1/+10 |
| | | | | | Previously we did. This meant that, amongst other errors, rate-limiting errors would be cached and prevent messages with that txn ID being sent. | ||||
* | Fix spurious Unhandled Error log lines | Erik Johnston | 2017-01-12 | 1 | -1/+5 |
| | |||||
* | Clean transactions based on time. Add HttpTransactionCache tests. | Kegan Dougal | 2016-11-14 | 1 | -5/+19 |
| | |||||
* | Move .observe() up to the cache to make things neater | Kegan Dougal | 2016-11-14 | 1 | -5/+4 |
| | |||||
* | Review comments | Kegan Dougal | 2016-11-11 | 1 | -0/+85 |