cashapp / backfila

Service that manages backfill state, calling into other services to do batched work
https://cashapp.github.io/backfila/
Apache License 2.0
30 stars 49 forks source link

WIP: specify total backfilled records is in bytes #379

Closed danieloh0714 closed 5 months ago

danieloh0714 commented 5 months ago

The UI for a backfill displays the total backfilled records as well as total records to run.

image

This is a bit misleading, because although this sounds like it is referring to the number of database items/records, this actually signifies bytes. This PR makes that clear.

adrw commented 5 months ago

Closing in favor of https://github.com/cashapp/backfila/pull/380