How to make Celery tasks with gRPC calls execute concurrently?

71 Views Asked by At

I know that Celery monkey-patching successfully patches Python's requests module, allowing us to utilize the gevent pool to the maximum. Does the same apply for gRPC calls?

0

There are 0 best solutions below