Actions
Bug #22839
closedPlanning during delayed jobs and hooks don't clean ActiveRecord connection
Description
This can potentially lead to
2018-03-09T03:30:49 [background] [E] could not obtain a connection from the pool within 5.000 seconds (waited 5.003 seconds); all pooled connections were in use (ActiveRecord::ConnectionTimeoutError)
It's not confirmed, that this actually is causing issues (due to its intermittent nature), but we should
be more defensive every time we execute code inside our runtime, that could cause blocking of connection
from ActiveRecord's connection pool
Updated by Ivan Necas about 7 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Dynflow/dynflow/pull/279 added
Updated by Adam Ruzicka about 7 years ago
- Category set to Dynflow
- Status changed from Ready For Testing to Closed
Actions