Skip to content

[Mount Removal] The maintenance tasks need a replacement for 'EnlistmentRootReady' #186

@wilbaker

Description

@wilbaker

EnlistmentRootReady used to be called in the GitMaintenanceQueue before executing a maintenance task.

public bool EnlistmentRootReady()

Now that the maintenance tasks have been moved to the service EnlistmentRootReady is no longer being called. We need to either make an equivalent check in the service, or move the check to the maintenance verb and have it return an appropriate error code.

See #193 (comment) for a conversation on different approaches.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions