AsyncManager threads don't release DB connections to pool for Adobe CF
Description
Added code to unloadContext to ensure any DB connections used get returned to the connection pool.
Without clearSqlProxy an executor will hold onto any connections it touched while running and they will not timeout/close, and no other code can use the connection except for the executor that last touched it.
Activity
Show:
Brad Wood
March 4, 2021, 5:59 PM