mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-14 06:13:26 +01:00
DB connection pool issue. #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ChandravatiSG on GitHub (Jun 17, 2015).
When the script runs, getting error..
could not obtain a database connection within 5.000 seconds (waited 5.000 seconds)
@chasseurmic commented on GitHub (Mar 18, 2016):
There is definitely a problem with DB connection pool. After a while jobs get stuck because pool connections are not being released. Any plans to fix the issue?Thanks!
@plashchynski commented on GitHub (Mar 30, 2016):
Hello @chasseurmic, please upgrade and let me know if the issue exists in the new version.