Azure / Azure/azure-functions-durable-python
Support long polling in CallHttp API
Open
Enhancement
fixed-in-v2
- Dominant language
- Python
- Stars
- 157
- Forks
- 70
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
In dotnet, the callHttp API supports long-polling when the target HTTP endpoint returns a 202 status code. We should implement this functionality in Python as well. A sample implementation can be found here: https://github.com/Azure/azure-functions-durable-js/pull/346
Contributor guide
Assessment
This issue has not been assessed yet.