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.
asab/asab/library/providers/git.py
Line 101 in b2c3ef6
This means that the git provider will be "self-healing", resistant to a failed start.