It’s taking at least 20 mins+ for “Make Native App with VoltBuilder” to actually build the app and download it.
Is the server currently undergoing maintenance?
It’s taking at least 20 mins+ for “Make Native App with VoltBuilder” to actually build the app and download it.
Is the server currently undergoing maintenance?
I just had a look at the logs. The servers are all up and processing jobs normally. There are a few users who are submitting big jobs, which is putting a load across all the servers.
This is an unusual situation. We’ll continue to monitor it. If necessary, we can add more servers.
BTW, you can check the status of our servers at any time.
Ah ok, my build started at 16:32 and didn’t finish until 16:46 my build Id was:
73ee4231-cd44-4952-b875-67e23edd84b5
I see that. The next iOS job, a few minutes later, took 2 minutes as did the subsequent ones. Look like rush hour is over for the day.
We will monitor to see if it’s time to add more servers.
It seems to be running slow again today.
This time it’s your job that takes a long time - the servers are not backing up.
Are you using Firebase by any chance? It has some gigantic downloads which need to be done for the build.
Yes I am using Firebase.
<plugin name="cordova-plugin-firebasex" >
<variable name="FIREBASE_MESSAGING_IMMEDIATE_PAYLOAD_DELIVERY" value="true" />
<variable name="FIREBASE_ANALYTICS_WITHOUT_ADS" value="true" />
<variable name="GOOGLE_ANALYTICS_ADID_COLLECTION_ENABLED" value="false" />
<variable name="GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_STORAGE" value="false" />
<variable name="GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_USER_DATA" value="false" />
<variable name="GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS" value="false" />
<variable name="ANDROID_FIREBASE_CONFIG_FILEPATH" value="www/google-services.json" />
<variable name="IOS_FIREBASE_CONFIG_FILEPATH" value="www/GoogleService-Info.plist" />
</plugin>
Unfortunately I’m testing a html to pdf creation and can only test it on an actual device so i have to build it regularly to test each small change.
I might just comment out the firebase plugin while I’m testing the html to pdf feature.
To speed Firebase builds, we cache the required files. A new release of Firebase just came up, so it was not cached yet.
Since you don’t specify which version of Firebase you want to use, Voltbuilder automatically uses the latest version. That’s why your job ran slowly.
Over the weekend, we added Firebase 18.0.7 to the cache. Your build times should improve.
Ok great, thank you. I’ll give it a go later.