You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hello,
I'm trying to find out if it's possible to implement background tasks like FastAPI's Background Task using grpc or grpc-asyncio in python. The objective is to implement a servicer method that returns a response and goes async to perform a long running operation. The service is hosted on cloud run. If there are patterns you recommend to achieve this I would welcome and appreciate your ideas.