Skip to content

Draft: Deprecate housekeeping geo tasks and replace them with a single one

Igor Drozdov requested to merge id-deprecate-housekeeping-geo-rake-tasks into master

What does this MR do and why?

Instead of three housekeeping rake tasks git:geo:gc, git:geo:full_repack, git:geo:incremental_repack, that were responsible for calling deprecated housekeeping RPCs, now we have a single git:geo:optimize_repository.

Now, after running any of these tasks OptimizeRepository RPC will be called.

Related issue: #353778 (closed)

Merge request reports