HI Wilson, is the database connection only used in API Server or do you also want to use it in your own Runnable/Runner?
Chaoyu
05/26/2023, 2:32 AM
Usually it’s very tricky to share connection pool between processes in Python applications, it should be ok to share a connection pool in each API worker, if you are using ASYNC