Closed chelma closed 6 days ago
Attention: Patch coverage is 89.09091%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 80.72%. Comparing base (
66ae561
) to head (65eca1f
). Report is 15 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
console backfill stop
to scale the RFS workers down to 0, backup the working state to disk, and delete the working state index. To support this, we created a new operation,backfill archive
, at the middleware layer. This new operation is not surfaced in the CLI.console backfill pause
as an alias forconsole backfill scale 0
so that users can "stop" a migration withoutstop
'ing itIssues Resolved
Testing
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.