TeskaLabs/asab

Allow library git provider to try initialisation periodically.

ateska opened this issue · 0 comments

ateska commented

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.