Capture Exception in Azure Functions Poison Queue Trigger - Python
Open
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Is there a way to ingest exception details queue message to poison queue after function retries exhausted? I can do the same with .Net function but not able to do the same in Python function.
any help, pointers to help with this be appreciated?
This can be done, with .Net function as specified in the below blog.
https://blog.tech-fellow.net/2019/02/06/capture-exception-in-azure-functions-poison-queue-trigger/
I tried doing exact same thing with Python but not successful. It's overwriting the values/content somewhere.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.