Lilian Kasem

Results 41 issues of Lilian Kasem

We have seen many CRIs where out-of-proc language workers fail to start or call back to the host within the defined timeout period. We need to identify the root-cause and...

feature:language-extensibility

Follow up issue to clean up & address comments for: [remove RX as the primary pipe for gRPC communications](https://github.com/Azure/azure-functions-host/pull/8281#top)

Needs: Triage (Functions)

In the current implementation of how we handle worker process errors, we log a message as an `error` based on if the message contains the words "error", "fail" or "severe",...

design

Investigate if the function dispatcher state is getting properly reset; there is potentially a bug here and we should look into which potential scenarios/conditions are happening where we do not...

needs-investigation

The grace period (that we get from WebJobs) for timeouts should be configurable. The current [timeout grace period](https://github.com/Azure/azure-functions-host/blob/7971944540d259e7e3ebedd45a775efd353a5f70/src/WebJobs.Script.WebHost/WebScriptHostExceptionHandler.cs#L36) we use when `OnTimeoutExceptionAsync` is triggered is set to two seconds, with...

Once the worker profiles feature gets merged, we need to make sure we have a detector in place to identity when: a) a profile has been loaded b) we tried...

Supportability

The options cache is not being passed into WebJobsOptionsFactory, so every time we go through language worker setup we end up creating multiple instances of the options. #### Expected behaviour...

bug

**Function App name** N/A - local **Tools used** - VS Code - Azure Functions VS Code Extension `v1.5.2` - `dotnet --version` = `6.0.100-rc.2.21505.57` - `func --version` = `4.0.3780` **New V4...

v4-bug

The protobuf has been updated to include a `WorkerMetadata` property within the `WorkerInitResponse` message. The worker should include `WorkerMetadata` when sending the `WorkerInitResponse` to the host. [PR](https://github.com/Azure/azure-functions-language-worker-protobuf/pull/76) for reference on...

new feature

The protobuf has been updated to include a `WorkerMetadata` property within the `WorkerInitResponse` message. The worker should include `WorkerMetadata` when sending the `WorkerInitResponse` to the host. [PR](https://github.com/Azure/azure-functions-language-worker-protobuf/pull/76) for reference on...

P1