Did not find any initialized language workers
Hi, I have deployed a blog trigger functions in Azure for more than 5 months. Throughout the course I have not encounter any issues until these 2 days.
I am having this error in the function apps while invoking the functions: "Did not find any initialized language workers"
I want to know what is the course of the problem and how should I solve this problem as currently my functions has stop functioning after few errors pop up.
I am running on python-3.10 with webapps as the webservices.
The following is the example of the error messages:
11/5/2024, 9:28:47 AM Information Executing 'Functions.mqtt_blob_trigger' (Reason='New blob detected(LogsAndContainerScan): mqtt/agtechiothub/00/2024/10/30/14/37.json', Id=2123e18b-1cd3-4def-81df-2472251e8553) 11/5/2024, 9:28:47 AM Information Trigger Details: MessageId: 84c54567-efae-4d43-ab4f-bcd126df4ef5, DequeueCount: 2, InsertedOn: 2024-11-04T12:41:24.000+00:00, BlobCreated: 2024-10-30T14:39:09.000+00:00, BlobLastModified: 2024-10-30T14:39:09.000+00:00 11/5/2024, 9:28:48 AM Error Did not find any initialized language workers 11/5/2024, 9:28:48 AM Error Executed 'Functions.mqtt_blob_trigger' (Failed, Id=2123e18b-1cd3-4def-81df-2472251e8553, Duration=178ms) 11/5/2024, 9:28:48 AM Error Did not find any initialized language workers
Please assist. Thank you!