Paul Butler
Paul Butler
I wanted a clean way to wait for the initial data to be synchronized down to the client, similar to `y-websocket`'s `.on('sync')` ([docs](https://github.com/yjs/y-websocket/blob/05b2f894d5237005b70a3d3ab01f040111371506/README.md?plain=1#L97-L98)), except that to be consistent with `started(self)`,...
- [x] Make the executor configuration generic (#713) - [x] Turn executor config into an enum (#717) - [x] Make the executor itself generic - [x] Move pruning loop into...
This prevents us from going from hard-terminating to soft-terminating, and from sending multiple SIGINTs.
Some documentation on drone scale up/down would be useful for questions like #725
This is similar to how we convert docs in the test, but leaving as WIP until I figure out a clean way to test this as an import.
Mentions Jamsocket as an alternative to Durable Objects in the tldraw sync docs. ### Change type - [ ] `bugfix` - [ ] `improvement` - [ ] `feature` - [...