You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is potential to save about 20-30 seconds during zarf init. This is because Zarf wait for the injector to be completely removed after the registry is setup. This removal could take place while the agent and git server are being deployed to save time.
The code will need to be refactored to allow Zarf to wait for the injector removal thread to finish after the rest of init is completed.
Additional context
This should be implemented after deploy and init have been refactored, see - #2969
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is potential to save about
20-30
seconds duringzarf init
. This is because Zarf wait for the injector to be completely removed after the registry is setup. This removal could take place while the agent and git server are being deployed to save time.The code will need to be refactored to allow Zarf to wait for the injector removal thread to finish after the rest of init is completed.
Additional context
This should be implemented after deploy and init have been refactored, see - #2969
The text was updated successfully, but these errors were encountered: