Closed hossam-nasr closed 1 year ago
Resolves #704
workerInitResponse
functionEnvironmentReloadResponse
To verify, added the below code in a startup file:
const timeout = Date.now() + 11 * 1000; while (Date.now() < timeout) {}
Before change:
After change:
Resolves #704
workerInitResponse
default timeout from 10s to 2mins, for the case of customer code being loaded on startupfunctionEnvironmentReloadResponse
default timeout from 10s to 2mins, for the case of customer code being loaded in the specialization caseTo verify, added the below code in a startup file:
Before change:
After change: