Skip to content

Add time estimations for Batched Background Migrations

Closes #53 (closed)

MR gitlab-org/gitlab!107293 (merged) added meta section to migration-stats.json

Example

This MR adds time completion estimation for batched background migrations. Uses the equation: Total tuple count / Max batch size * Interval:

Estimated Time to complete: 3 day(s), 14 hour(s) and 35 minute(s)

_Consider changing max_batch_size and interval to improve the estimated time to complete._

Edited by Leonardo da Rosa

Merge request reports

Loading