You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache multiple change event batches at once (#156)
This lets the verifier read the change stream & persist rechecks concurrently.
This also fixes a few minor formatting issues (along with adding the buffer-saturation to the log) and reduces the lag threshold from 5min to 2min.
The updated log format is:
```
Source change events this generation: 312,966 total, across 1 namespace(s)
Source: 45,395.47 writes per second (lag: 8m 35s; buffer 0% full)
⚠️ Lag is excessive. Verification may fail. See documentation.
Destination change events this generation: 258,761 total, across 1 namespace(s)
Destination: 40,404.2 writes per second (lag: 7m 40s; buffer 97% full)
⚠️ Lag is excessive. Verification may fail. See documentation.
```
0 commit comments