I had the same issue, but i later realized that the max connection for jawsdb is 10 for the user on a free tier. You can solve this by implementing a connection manager like Hikari and limit the max connection to 7 so you have available connections when using workbench.