|
|
|
|
|
by est
1179 days ago
|
|
This raises a question, are there any easy batching library in Python? It's like N+1 problem but for non-SQL. I have various RPCs, some of them accept multi actions with certain limits so how to write non-batch calls in code but execute them as a whole as needed? |
|