wangbill

Results 29 issues of wangbill

What does this implement/fix? Explain your changes. --------------------------------------------------- … this is supporting azure java function openai extension bindings/triggers https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai?tabs=isolated-process&pivots=programming-language-python repo at https://github.com/Azure/azure-functions-openai-extension/blob/5aba07763bca5bedc2e493f9f156f39ac691df98/samples/rag-cosmosdb/java/src/main/java/com/azfs/FilePrompt.java#L97 all changes are manually validated locally and passed....

## Description This adds new app settings to enable customers to see worker eventloop debug logs and warnings will be logged from eventloop to report any "slow" tasks running over...

## Description this adds the sigterm handler to gracefully shutdown the python worker and exit with successful code(0). Context can be traced in https://teams.microsoft.com/l/message/19:[email protected]/1726245777081?tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47&groupId=201c2bb2-812d-4986-ac92-9bfad0d6cc59&parentMessageId=1726245777081&teamName=Azure%20Functions%20Team&channelName=Servicing%20-%20Sev2s%2C%20CRIs%20and%20general%20guidance&createdTime=1726245777081 --- ### PR information - [...

Description: We have identified foundational limitations in the Python function execution model within the Azure Functions Python Worker that have impacted multiple durable Python customers. The current model runs all...

feature
python

New app setting OVERRIDE_JVM_ARG, allowing full override of worker jvm arguments Addressing issue like https://github.com/Azure/azure-functions-java-worker/issues/782 ![{4CC2980F-3A21-46C1-8F53-A828DBEF33E3}](https://github.com/user-attachments/assets/a2ce0033-f7be-4adc-b355-bcac1c8f5eea) ![{257BCDBE-4B8D-4847-93C1-17520E5BA43F}](https://github.com/user-attachments/assets/1b37366e-1384-409b-b845-294a7241a3f7) ### Issue describing the changes in this PR resolves #issue_for_this_pr ### Pull request...

this fixes https://github.com/Azure/azure-functions-java-worker/issues/788. ![{39820A20-C465-43FA-80A1-CCE4CEAE586D}](https://github.com/user-attachments/assets/daf3cbba-4ed0-48f3-8c4c-b68a2ae4c8a4) ![{8572CC22-90E6-421E-A719-BD0BB4D6777A}](https://github.com/user-attachments/assets/39c091f4-782d-4c12-8f87-710b872f01b0) resolves #issue_for_this_pr ### Pull request checklist * [ ] My changes **do not** require documentation changes * [ ] Otherwise: Documentation issue linked to PR...

Proposing adding devcontainer files to enable azure java function developers to easily contribute to open source or write java functions by using vscode devcontainer extension in their local boxes. Step1....