Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension might not be loaded when using worker indexing and language worker fails to initialize #10126

Open
cjaliaga opened this issue May 8, 2024 · 0 comments

Comments

@cjaliaga
Copy link
Member

cjaliaga commented May 8, 2024

When using worker indexing we need the language worker to start in order to reply to the load function medadata request (even if the worker denies indexing and we need to fallback to host indexing). We've seen scenarios where the language worker fails to start on the first try (such a timeout), 0 functions are found and in consequence no extension is loaded.

On a retry, the language worker starts, functions metadata is loaded and functions are found but this time, the extensions are not loaded:

The 'Function1' function is in error: The binding type(s) 'queueTrigger, queue' were not found in the configured extension bundle. Please ensure the type is correct and the correct version of extension bundle is configured.

Reference ICM: 494775054

Related to #9928

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants