Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow library git provider to try initialisation periodically. #528

Open
ateska opened this issue Dec 1, 2023 · 0 comments
Open

Allow library git provider to try initialisation periodically. #528

ateska opened this issue Dec 1, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ateska
Copy link
Contributor

ateska commented Dec 1, 2023

The initialisation should be retried on_tick() till ".IsReady" == False.
If ".IsReady" == True, then the "pull" should be applied.

async def initialize_git_repository(self):

This means that the git provider will be "self-healing", resistant to a failed start.

@ateska ateska added the enhancement New feature or request label Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants