This message was deleted.
# ask-for-help
s
This message was deleted.
c
HI Wilson, is the database connection only used in API Server or do you also want to use it in your own Runnable/Runner?
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
👍 1