Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,193 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to pull messages from google pub sub using https://pypi.org/project/google-cloud-pubsublite/ but when I execute the function app the pubsublite code is not executed and the function timesout. Now when I looked in to the implementation the SubscriberClient class makes a threadpool executor in the backend which might be causing an issue. So is there any issue with threading in azure function?? And is there any way to achieve my objective??