Created
March 28, 2025 18:17
-
-
Save paulyuk/c75fa9c4aa803d647c08b7a923590938 to your computer and use it in GitHub Desktop.
Bundles repro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript func start --verbose | |
Selected out-of-process host. | |
%%%%%% | |
%%%%%% | |
@ %%%%%% @ | |
@@ %%%%%% @@ | |
@@@ %%%%%%%%%%% @@@ | |
@@ %%%%%%%%%% @@ | |
@@ %%%% @@ | |
@@ %%% @@ | |
@@ %% @@ | |
%% | |
% | |
Azure Functions Core Tools | |
Core Tools Version: 4.0.6543 Commit hash: N/A +a4bf0e412b43c659740d8db346fc44d6cdd62e45 (64-bit) | |
Function Runtime Version: 4.1036.1.23224 | |
[2025-03-28T18:15:55.598Z] Building host: version spec: , startup suppressed: 'False', configuration suppressed: 'False', startup operation id: '68ac9fb6-5232-4fb7-a97f-75e388c191a2' | |
[2025-03-28T18:15:55.612Z] Reading host configuration file 'C:\Users\pauly\source\azure\azure-functions-openai-extension\samples\rag-aisearch\javascript\host.json' | |
[2025-03-28T18:15:55.614Z] Host configuration file read: | |
[2025-03-28T18:15:55.615Z] { | |
[2025-03-28T18:15:55.617Z] "version": "2.0", | |
[2025-03-28T18:15:55.618Z] "logging": { | |
[2025-03-28T18:15:55.619Z] "logLevel": { | |
[2025-03-28T18:15:55.621Z] "Microsoft.Azure.WebJobs.Extensions.OpenAI": "Information" | |
[2025-03-28T18:15:55.622Z] } | |
[2025-03-28T18:15:55.623Z] }, | |
[2025-03-28T18:15:55.625Z] "extensionBundle": { | |
[2025-03-28T18:15:55.626Z] "id": "Microsoft.Azure.Functions.ExtensionBundle.Preview", | |
[2025-03-28T18:15:55.627Z] "version": "[4.*, 5.0.0)" | |
[2025-03-28T18:15:55.628Z] }, | |
[2025-03-28T18:15:55.629Z] "extensions": { | |
[2025-03-28T18:15:55.630Z] "openai": { | |
[2025-03-28T18:15:55.632Z] "searchProvider": { | |
[2025-03-28T18:15:55.633Z] "type": "azureAiSearch", | |
[2025-03-28T18:15:55.634Z] "isSemanticSearchEnabled": true, | |
[2025-03-28T18:15:55.635Z] "useSemanticCaptions": true, | |
[2025-03-28T18:15:55.636Z] "vectorSearchDimensions": 1536 | |
[2025-03-28T18:15:55.637Z] } | |
[2025-03-28T18:15:55.638Z] } | |
[2025-03-28T18:15:55.639Z] } | |
[2025-03-28T18:15:55.640Z] } | |
[2025-03-28T18:15:55.677Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language: java | |
[2025-03-28T18:15:55.686Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language: powershell | |
[2025-03-28T18:15:55.689Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language: python | |
[2025-03-28T18:15:55.691Z] Looking for extension bundle Microsoft.Azure.Functions.ExtensionBundle.Preview at C:\Users\pauly\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Preview | |
[2025-03-28T18:15:55.693Z] Found a matching extension bundle at C:\Users\pauly\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Preview\4.29.0 | |
[2025-03-28T18:15:55.702Z] Loading functions metadata | |
[2025-03-28T18:15:55.705Z] Worker indexing is enabled | |
[2025-03-28T18:15:55.707Z] Fetching metadata for workerRuntime: node | |
[2025-03-28T18:15:55.708Z] Reading functions metadata (Worker) | |
[2025-03-28T18:15:55.905Z] Worker 83c72a4a-7c63-4956-8975-b8c6648e950e connecting on 127.0.0.1:55520 | |
[2025-03-28T18:15:58.049Z] Worker 83c72a4a-7c63-4956-8975-b8c6648e950e received WorkerInitRequest | |
[2025-03-28T18:15:58.188Z] Loading entry point file "src/app.js" | |
[2025-03-28T18:15:58.188Z] Setting Node.js programming model to "@azure/functions" version "4.2.0" | |
[2025-03-28T18:15:58.188Z] Loaded entry point file "src/app.js" | |
[2025-03-28T18:15:58.271Z] Worker 83c72a4a-7c63-4956-8975-b8c6648e950e received FunctionsMetadataRequest | |
[2025-03-28T18:15:58.291Z] 2 functions found (Worker) | |
[2025-03-28T18:15:58.298Z] 2 functions loaded | |
[2025-03-28T18:15:58.300Z] Looking for extension bundle Microsoft.Azure.Functions.ExtensionBundle.Preview at C:\Users\pauly\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Preview | |
[2025-03-28T18:15:58.301Z] Found a matching extension bundle at C:\Users\pauly\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Preview\4.29.0 | |
[2025-03-28T18:15:58.302Z] Fetching information on versions of extension bundle Microsoft.Azure.Functions.ExtensionBundle.Preview available on https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Preview/index.json | |
[2025-03-28T18:15:58.369Z] Skipping bundle download since it already exists at path C:\Users\pauly\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Preview\4.29.0 | |
[2025-03-28T18:15:58.372Z] Unable to find or download extension bundle | |
[2025-03-28T18:15:58.378Z] Reading host configuration file 'C:\Users\pauly\source\azure\azure-functions-openai-extension\samples\rag-aisearch\javascript\host.json' | |
[2025-03-28T18:15:58.379Z] Host configuration file read: | |
[2025-03-28T18:15:58.380Z] { | |
[2025-03-28T18:15:58.381Z] "version": "2.0", | |
[2025-03-28T18:15:58.383Z] "logging": { | |
[2025-03-28T18:15:58.384Z] "logLevel": { | |
[2025-03-28T18:15:58.385Z] "Microsoft.Azure.WebJobs.Extensions.OpenAI": "Information" | |
[2025-03-28T18:15:58.387Z] } | |
[2025-03-28T18:15:58.388Z] }, | |
[2025-03-28T18:15:58.390Z] "extensionBundle": { | |
[2025-03-28T18:15:58.391Z] "id": "Microsoft.Azure.Functions.ExtensionBundle.Preview", | |
[2025-03-28T18:15:58.392Z] "version": "[4.*, 5.0.0)" | |
[2025-03-28T18:15:58.393Z] }, | |
[2025-03-28T18:15:58.395Z] "extensions": { | |
[2025-03-28T18:15:58.396Z] "openai": { | |
[2025-03-28T18:15:58.397Z] "searchProvider": { | |
[2025-03-28T18:15:58.398Z] "type": "azureAiSearch", | |
[2025-03-28T18:15:58.399Z] "isSemanticSearchEnabled": true, | |
[2025-03-28T18:15:58.400Z] "useSemanticCaptions": true, | |
[2025-03-28T18:15:58.402Z] "vectorSearchDimensions": 1536 | |
[2025-03-28T18:15:58.403Z] } | |
[2025-03-28T18:15:58.405Z] } | |
[2025-03-28T18:15:58.406Z] } | |
[2025-03-28T18:15:58.408Z] } | |
[2025-03-28T18:15:58.451Z] Starting host metrics provider. | |
[2025-03-28T18:15:58.492Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language: java | |
[2025-03-28T18:15:58.495Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language: powershell | |
[2025-03-28T18:15:58.497Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language: python | |
[2025-03-28T18:15:58.499Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language: java | |
[2025-03-28T18:15:58.502Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language: powershell | |
[2025-03-28T18:15:58.505Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language: python | |
[2025-03-28T18:15:58.554Z] Initializing Warmup Extension. | |
[2025-03-28T18:15:58.589Z] Initializing Host. OperationId: '68ac9fb6-5232-4fb7-a97f-75e388c191a2'. | |
[2025-03-28T18:15:58.594Z] Host initialization: ConsecutiveErrors=0, StartupCount=1, OperationId=68ac9fb6-5232-4fb7-a97f-75e388c191a2 | |
[2025-03-28T18:15:58.621Z] LoggerFilterOptions | |
[2025-03-28T18:15:58.622Z] { | |
[2025-03-28T18:15:58.623Z] "MinLevel": "None", | |
[2025-03-28T18:15:58.625Z] "Rules": [ | |
[2025-03-28T18:15:58.626Z] { | |
[2025-03-28T18:15:58.626Z] "ProviderName": null, | |
[2025-03-28T18:15:58.627Z] "CategoryName": "Microsoft.Hosting.Lifetime", | |
[2025-03-28T18:15:58.628Z] "LogLevel": "None", | |
[2025-03-28T18:15:58.629Z] "Filter": null | |
[2025-03-28T18:15:58.630Z] }, | |
[2025-03-28T18:15:58.632Z] { | |
[2025-03-28T18:15:58.633Z] "ProviderName": "Azure.Functions.Cli.Diagnostics.ColoredConsoleLoggerProvider", | |
[2025-03-28T18:15:58.634Z] "CategoryName": null, | |
[2025-03-28T18:15:58.635Z] "LogLevel": "None", | |
[2025-03-28T18:15:58.636Z] "Filter": null | |
[2025-03-28T18:15:58.637Z] }, | |
[2025-03-28T18:15:58.639Z] { | |
[2025-03-28T18:15:58.640Z] "ProviderName": "Azure.Functions.Cli.Diagnostics.ColoredConsoleLoggerProvider", | |
[2025-03-28T18:15:58.641Z] "CategoryName": null, | |
[2025-03-28T18:15:58.642Z] "LogLevel": null, | |
[2025-03-28T18:15:58.643Z] "Filter": "<AddFilter>b__0" | |
[2025-03-28T18:15:58.645Z] }, | |
[2025-03-28T18:15:58.646Z] { | |
[2025-03-28T18:15:58.647Z] "ProviderName": null, | |
[2025-03-28T18:15:58.648Z] "CategoryName": null, | |
[2025-03-28T18:15:58.649Z] "LogLevel": null, | |
[2025-03-28T18:15:58.650Z] "Filter": "<AddFilter>b__0" | |
[2025-03-28T18:15:58.651Z] }, | |
[2025-03-28T18:15:58.653Z] { | |
[2025-03-28T18:15:58.654Z] "ProviderName": null, | |
[2025-03-28T18:15:58.655Z] "CategoryName": null, | |
[2025-03-28T18:15:58.656Z] "LogLevel": null, | |
[2025-03-28T18:15:58.658Z] "Filter": "<AddFilter>b__0" | |
[2025-03-28T18:15:58.659Z] }, | |
[2025-03-28T18:15:58.661Z] { | |
[2025-03-28T18:15:58.663Z] "ProviderName": null, | |
[2025-03-28T18:15:58.665Z] "CategoryName": "Microsoft.Azure.WebJobs.Extensions.OpenAI", | |
[2025-03-28T18:15:58.666Z] "LogLevel": "Information", | |
[2025-03-28T18:15:58.667Z] "Filter": null | |
[2025-03-28T18:15:58.668Z] }, | |
[2025-03-28T18:15:58.669Z] { | |
[2025-03-28T18:15:58.670Z] "ProviderName": "Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.SystemLoggerProvider", | |
[2025-03-28T18:15:58.672Z] "CategoryName": null, | |
[2025-03-28T18:15:58.673Z] "LogLevel": "None", | |
[2025-03-28T18:15:58.674Z] "Filter": null | |
[2025-03-28T18:15:58.676Z] }, | |
[2025-03-28T18:15:58.677Z] { | |
[2025-03-28T18:15:58.678Z] "ProviderName": "Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.SystemLoggerProvider", | |
[2025-03-28T18:15:58.679Z] "CategoryName": null, | |
[2025-03-28T18:15:58.680Z] "LogLevel": null, | |
[2025-03-28T18:15:58.681Z] "Filter": "<AddFilter>b__0" | |
[2025-03-28T18:15:58.682Z] }, | |
[2025-03-28T18:15:58.683Z] { | |
[2025-03-28T18:15:58.684Z] "ProviderName": "Azure.Functions.Cli.Diagnostics.ColoredConsoleLoggerProvider", | |
[2025-03-28T18:15:58.685Z] "CategoryName": null, | |
[2025-03-28T18:15:58.686Z] "LogLevel": null, | |
[2025-03-28T18:15:58.688Z] "Filter": "<AddFilter>b__0" | |
[2025-03-28T18:15:58.689Z] } | |
[2025-03-28T18:15:58.690Z] ] | |
[2025-03-28T18:15:58.691Z] } | |
[2025-03-28T18:15:58.693Z] LoggerFilterOptions | |
[2025-03-28T18:15:58.694Z] { | |
[2025-03-28T18:15:58.695Z] "MinLevel": "None", | |
[2025-03-28T18:15:58.696Z] "Rules": [ | |
[2025-03-28T18:15:58.697Z] { | |
[2025-03-28T18:15:58.698Z] "ProviderName": null, | |
[2025-03-28T18:15:58.699Z] "CategoryName": "Microsoft.Hosting.Lifetime", | |
[2025-03-28T18:15:58.700Z] "LogLevel": "None", | |
[2025-03-28T18:15:58.701Z] "Filter": null | |
[2025-03-28T18:15:58.702Z] }, | |
[2025-03-28T18:15:58.703Z] { | |
[2025-03-28T18:15:58.704Z] "ProviderName": "Azure.Functions.Cli.Diagnostics.ColoredConsoleLoggerProvider", | |
[2025-03-28T18:15:58.705Z] "CategoryName": null, | |
[2025-03-28T18:15:58.707Z] "LogLevel": "None", | |
[2025-03-28T18:15:58.708Z] "Filter": null | |
[2025-03-28T18:15:58.709Z] }, | |
[2025-03-28T18:15:58.710Z] { | |
[2025-03-28T18:15:58.711Z] "ProviderName": "Azure.Functions.Cli.Diagnostics.ColoredConsoleLoggerProvider", | |
[2025-03-28T18:15:58.713Z] "CategoryName": null, | |
[2025-03-28T18:15:58.714Z] "LogLevel": null, | |
[2025-03-28T18:15:58.715Z] "Filter": "<AddFilter>b__0" | |
[2025-03-28T18:15:58.716Z] }, | |
[2025-03-28T18:15:58.717Z] { | |
[2025-03-28T18:15:58.718Z] "ProviderName": null, | |
[2025-03-28T18:15:58.719Z] "CategoryName": null, | |
[2025-03-28T18:15:58.725Z] "LogLevel": null, | |
[2025-03-28T18:15:58.726Z] "Filter": "<AddFilter>b__0" | |
[2025-03-28T18:15:58.727Z] }, | |
[2025-03-28T18:15:58.728Z] { | |
[2025-03-28T18:15:58.730Z] "ProviderName": null, | |
[2025-03-28T18:15:58.732Z] "CategoryName": null, | |
[2025-03-28T18:15:58.734Z] "LogLevel": null, | |
[2025-03-28T18:15:58.736Z] "Filter": "<AddFilter>b__0" | |
[2025-03-28T18:15:58.738Z] }, | |
[2025-03-28T18:15:58.743Z] { | |
[2025-03-28T18:15:58.746Z] "ProviderName": null, | |
[2025-03-28T18:15:58.748Z] "CategoryName": "Microsoft.Azure.WebJobs.Extensions.OpenAI", | |
[2025-03-28T18:15:58.750Z] "LogLevel": "Information", | |
[2025-03-28T18:15:58.753Z] "Filter": null | |
[2025-03-28T18:15:58.758Z] }, | |
[2025-03-28T18:15:58.760Z] { | |
[2025-03-28T18:15:58.763Z] "ProviderName": "Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.SystemLoggerProvider", | |
[2025-03-28T18:15:58.764Z] "CategoryName": null, | |
[2025-03-28T18:15:58.765Z] "LogLevel": "None", | |
[2025-03-28T18:15:58.767Z] "Filter": null | |
[2025-03-28T18:15:58.768Z] }, | |
[2025-03-28T18:15:58.770Z] { | |
[2025-03-28T18:15:58.771Z] "ProviderName": "Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.SystemLoggerProvider", | |
[2025-03-28T18:15:58.772Z] "CategoryName": null, | |
[2025-03-28T18:15:58.773Z] "LogLevel": null, | |
[2025-03-28T18:15:58.775Z] "Filter": "<AddFilter>b__0" | |
[2025-03-28T18:15:58.777Z] }, | |
[2025-03-28T18:15:58.779Z] { | |
[2025-03-28T18:15:58.780Z] "ProviderName": "Azure.Functions.Cli.Diagnostics.ColoredConsoleLoggerProvider", | |
[2025-03-28T18:15:58.782Z] "CategoryName": null, | |
[2025-03-28T18:15:58.783Z] "LogLevel": null, | |
[2025-03-28T18:15:58.784Z] "Filter": "<AddFilter>b__0" | |
[2025-03-28T18:15:58.785Z] } | |
[2025-03-28T18:15:58.786Z] ] | |
[2025-03-28T18:15:58.791Z] } | |
[2025-03-28T18:15:58.793Z] LanguageWorkerOptions | |
[2025-03-28T18:15:58.794Z] { | |
[2025-03-28T18:15:58.795Z] "WorkerConfigs": [ | |
[2025-03-28T18:15:58.796Z] { | |
[2025-03-28T18:15:58.798Z] "Description": { | |
[2025-03-28T18:15:58.799Z] "Language": "node", | |
[2025-03-28T18:15:58.800Z] "DefaultRuntimeName": null, | |
[2025-03-28T18:15:58.801Z] "DefaultRuntimeVersion": null, | |
[2025-03-28T18:15:58.802Z] "SupportedArchitectures": null, | |
[2025-03-28T18:15:58.803Z] "SupportedOperatingSystems": null, | |
[2025-03-28T18:15:58.804Z] "SupportedRuntimeVersions": null, | |
[2025-03-28T18:15:58.806Z] "SanitizeRuntimeVersionRegex": null, | |
[2025-03-28T18:15:58.807Z] "WorkerIndexing": "true", | |
[2025-03-28T18:15:58.808Z] "Extensions": [ | |
[2025-03-28T18:15:58.809Z] ".js", | |
[2025-03-28T18:15:58.811Z] ".mjs", | |
[2025-03-28T18:15:58.812Z] ".cjs" | |
[2025-03-28T18:15:58.813Z] ], | |
[2025-03-28T18:15:58.814Z] "UseStdErrorStreamForErrorsOnly": false, | |
[2025-03-28T18:15:58.815Z] "DefaultExecutablePath": "node", | |
[2025-03-28T18:15:58.816Z] "DefaultWorkerPath": "C:\\Program Files\\Microsoft\\Azure Functions Core Tools\\workers\\node\\dist/src/nodejsWorker.js", | |
[2025-03-28T18:15:58.818Z] "WorkerDirectory": "C:\\Program Files\\Microsoft\\Azure Functions Core Tools\\workers\\node", | |
[2025-03-28T18:15:58.819Z] "Arguments": [], | |
[2025-03-28T18:15:58.820Z] "WorkerArguments": null, | |
[2025-03-28T18:15:58.821Z] "IsDisabled": null | |
[2025-03-28T18:15:58.823Z] }, | |
[2025-03-28T18:15:58.824Z] "Arguments": { | |
[2025-03-28T18:15:58.825Z] "ExecutablePath": "node", | |
[2025-03-28T18:15:58.826Z] "ExecutableArguments": [], | |
[2025-03-28T18:15:58.828Z] "WorkerPath": "C:\\Program Files\\Microsoft\\Azure Functions Core Tools\\workers\\node\\dist/src/nodejsWorker.js", | |
[2025-03-28T18:15:58.829Z] "WorkerArguments": [] | |
[2025-03-28T18:15:58.830Z] }, | |
[2025-03-28T18:15:58.831Z] "CountOptions": { | |
[2025-03-28T18:15:58.832Z] "SetProcessCountToNumberOfCpuCores": false, | |
[2025-03-28T18:15:58.833Z] "ProcessCount": 1, | |
[2025-03-28T18:15:58.834Z] "MaxProcessCount": 10, | |
[2025-03-28T18:15:58.835Z] "ProcessStartupInterval": "00:00:10", | |
[2025-03-28T18:15:58.837Z] "ProcessStartupTimeout": "00:01:00", | |
[2025-03-28T18:15:58.838Z] "InitializationTimeout": "00:02:00", | |
[2025-03-28T18:15:58.839Z] "EnvironmentReloadTimeout": "00:02:00", | |
[2025-03-28T18:15:58.841Z] "ProcessRestartInterval": "00:00:10", | |
[2025-03-28T18:15:58.842Z] "ProcessShutdownTimeout": "00:00:10" | |
[2025-03-28T18:15:58.843Z] } | |
[2025-03-28T18:15:58.844Z] } | |
[2025-03-28T18:15:58.846Z] ] | |
[2025-03-28T18:15:58.847Z] } | |
[2025-03-28T18:15:58.848Z] FunctionResultAggregatorOptions | |
[2025-03-28T18:15:58.849Z] { | |
[2025-03-28T18:15:58.851Z] "BatchSize": 1000, | |
[2025-03-28T18:15:58.854Z] "FlushTimeout": "00:00:30", | |
[2025-03-28T18:15:58.856Z] "IsEnabled": true | |
[2025-03-28T18:15:58.857Z] } | |
[2025-03-28T18:15:58.859Z] ConcurrencyOptions | |
[2025-03-28T18:15:58.860Z] { | |
[2025-03-28T18:15:58.861Z] "DynamicConcurrencyEnabled": false, | |
[2025-03-28T18:15:58.862Z] "MaximumFunctionConcurrency": 500, | |
[2025-03-28T18:15:58.863Z] "CPUThreshold": 0.8, | |
[2025-03-28T18:15:58.864Z] "SnapshotPersistenceEnabled": true | |
[2025-03-28T18:15:58.865Z] } | |
[2025-03-28T18:15:58.867Z] SingletonOptions | |
[2025-03-28T18:15:58.868Z] { | |
[2025-03-28T18:15:58.869Z] "LockPeriod": "00:00:15", | |
[2025-03-28T18:15:58.870Z] "ListenerLockPeriod": "00:00:15", | |
[2025-03-28T18:15:58.872Z] "LockAcquisitionTimeout": "10675199.02:48:05.4775807", | |
[2025-03-28T18:15:58.873Z] "LockAcquisitionPollingInterval": "00:00:05", | |
[2025-03-28T18:15:58.874Z] "ListenerLockRecoveryPollingInterval": "00:01:00" | |
[2025-03-28T18:15:58.875Z] } | |
[2025-03-28T18:15:58.877Z] ScaleOptions | |
[2025-03-28T18:15:58.878Z] { | |
[2025-03-28T18:15:58.879Z] "ScaleMetricsMaxAge": "00:02:00", | |
[2025-03-28T18:15:58.880Z] "ScaleMetricsSampleInterval": "00:00:10", | |
[2025-03-28T18:15:58.881Z] "MetricsPurgeEnabled": true, | |
[2025-03-28T18:15:58.883Z] "IsTargetScalingEnabled": true, | |
[2025-03-28T18:15:58.884Z] "IsRuntimeScalingEnabled": false | |
[2025-03-28T18:15:58.885Z] } | |
[2025-03-28T18:15:58.887Z] Starting JobHost | |
[2025-03-28T18:15:58.891Z] Starting Host (HostId=homeryzen2024-750063958, InstanceId=2bdb9fe5-730e-4ffe-b9e9-7989b76b57a7, Version=4.1036.1.23224, ProcessId=24404, AppDomainId=1, InDebugMode=False, InDiagnosticMode=False, FunctionsExtensionVersion=(null)) | |
[2025-03-28T18:15:58.896Z] Loading functions metadata | |
[2025-03-28T18:15:58.898Z] Worker indexing is enabled | |
[2025-03-28T18:15:58.899Z] Fetching metadata for workerRuntime: node | |
[2025-03-28T18:15:58.900Z] Reading functions metadata (Worker) | |
[2025-03-28T18:15:58.904Z] Reading functions metadata (Custom) | |
[2025-03-28T18:15:58.913Z] 0 functions found (Custom) | |
[2025-03-28T18:15:58.917Z] 2 functions loaded | |
[2025-03-28T18:15:58.936Z] Generating 0 job function(s) | |
[2025-03-28T18:15:58.947Z] No job functions found. Try making your job classes and methods public. If you're using binding extensions (e.g. Azure Storage, ServiceBus, Timers, etc.) make sure you've called the registration method for the extension(s) in your startup code (e.g. builder.AddAzureStorage(), builder.AddServiceBus(), builder.AddTimers(), etc.). | |
[2025-03-28T18:15:58.953Z] HttpOptions | |
[2025-03-28T18:15:58.955Z] Initializing function HTTP routes | |
[2025-03-28T18:15:58.955Z] { | |
[2025-03-28T18:15:58.956Z] No HTTP routes mapped | |
[2025-03-28T18:15:58.957Z] "DynamicThrottlesEnabled": false, | |
[2025-03-28T18:15:58.959Z] | |
[2025-03-28T18:15:58.960Z] "EnableChunkedRequestBinding": false, | |
[2025-03-28T18:15:58.962Z] "MaxConcurrentRequests": -1, | |
[2025-03-28T18:15:58.963Z] "MaxOutstandingRequests": -1, | |
[2025-03-28T18:15:58.964Z] "RoutePrefix": "api" | |
[2025-03-28T18:15:58.965Z] } | |
[2025-03-28T18:15:58.965Z] Host initialized (67ms) | |
[2025-03-28T18:15:58.969Z] Host started (75ms) | |
[2025-03-28T18:15:58.970Z] Job host started | |
[2025-03-28T18:15:58.975Z] The 'IngestFile' function is in error: The binding type(s) 'embeddingsStore' were not found in the configured extension bundle. Please ensure the type is correct and the correct version of extension bundle is configured. | |
[2025-03-28T18:15:58.976Z] The 'PromptFile' function is in error: The binding type(s) 'semanticSearch' were not found in the configured extension bundle. Please ensure the type is correct and the correct version of extension bundle is configured. | |
[2025-03-28T18:16:03.697Z] Host lock lease acquired by instance ID '0000000000000000000000000E743926'. | |
[2025-03-28T18:16:06.858Z] Stopping host... | |
[2025-03-28T18:16:06.865Z] Stopping JobHost | |
[2025-03-28T18:16:06.869Z] Job host stopped | |
[2025-03-28T18:16:06.887Z] Host shutdown completed. | |
[2025-03-28T18:16:06.890Z] Shutting down language worker channels for runtime:node | |
[2025-03-28T18:16:06.895Z] Worker 83c72a4a-7c63-4956-8975-b8c6648e950e exited with code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment