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
chore(deps): bump fastify from 5.7.4 to 5.8.1 in the npm_and_yarn gro…
…up across 1 directory (#282)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>
refactor: stream batched items to db during backfill (#229)
Streams and upserts in chunks as items arrive, instead of collecting all first.
- Chunks of 250 items
- Upsert runs while fetch continues
- Logging: removes mid-sync count log (total unknown until done)