Skip to content

Iss #152 - Add a minute delay to installation scan to resolve race con

Martin Lowe requested to merge (removed):malowe/main/152 into main

There seems to be a race condition present in the startup of how things are loaded/registered. An easy fix for this is to simply put a delay. Should this crop up again, we could add a more expensive fix that would check if the provider is registered, and if not add it on the fly.

Merge request reports