Not able to pull messages from pubsub in azure functions python

Deep Thakkar 10 Reputation points
2023-11-06T11:14:02.76+00:00

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??

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,193 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.