Hello, I'm trying to find out if it's possible to implement background tasks like FastAPI's Background Task <https://fastapi.tiangolo.com/tutorial/background-tasks/#background-tasks> 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.
Thank you, Naresh -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/grpc-io/9fb41263-4cff-4429-a798-8cf059502ac3n%40googlegroups.com.
