Hi,
Thank you for putting this together!
I have been developing a python-selenium multiprocessing project using your site: https://github.com/testlabauto/local_selenium_pool
I have just begun to hit an issue where I receive this message:
Link to database cannot be established: SQLSTATE[HY000] [1203] User automa37_pr595 already has more than 'max_user_connections' active connections
It seems to happen at various times and is likely the result of me adding items to a cart from multiple processes, then going to the cart to check the 'expected amount'.
Thanks again for putting this up. It has helped me a lot.
Hi,
Thank you for putting this together!
I have been developing a python-selenium multiprocessing project using your site: https://github.com/testlabauto/local_selenium_pool
I have just begun to hit an issue where I receive this message:
Link to database cannot be established: SQLSTATE[HY000] [1203] User automa37_pr595 already has more than 'max_user_connections' active connections
It seems to happen at various times and is likely the result of me adding items to a cart from multiple processes, then going to the cart to check the 'expected amount'.
Thanks again for putting this up. It has helped me a lot.