Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'erikj/catchup_on_worker' into erikj/split_out_typing | Erik Johnston | 2020-03-24 | 1 | -1/+2 |
|\ | |||||
| * | Review comments | Erik Johnston | 2020-03-24 | 1 | -1/+2 |
| | | |||||
* | | Add CLEAR_USER_SYNCS command that is sent on shutdown. | Erik Johnston | 2020-03-23 | 1 | -0/+4 |
|/ | | | | | This should help with the case where a synchrotron gets restarted gracefully, rather than rely on 5 minute timeout. | ||||
* | Review comments | Erik Johnston | 2020-03-23 | 1 | -3/+2 |
| | |||||
* | Remove unused 'stream' param of REPLICATE and update docs | Erik Johnston | 2020-03-23 | 1 | -30/+10 |
| | |||||
* | Allow streaming cache invalidate all to workers. (#6749) | Erik Johnston | 2020-01-22 | 1 | -0/+5 |
| | |||||
* | Wake up transaction queue when remote server comes back online (#6706) | Erik Johnston | 2020-01-17 | 1 | -1/+5 |
| | | | | | This will be used to retry outbound transactions to a remote server if we think it might have come back up. | ||||
* | document the REPLICATE command a bit better (#6305) | Richard van der Hoff | 2019-11-04 | 1 | -1/+14 |
| | | | | since I found myself wonder how it works | ||||
* | (#5849) Convert rst to markdown (#6040) | dstipp | 2019-09-17 | 1 | -0/+249 |
Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change. |