I am getting this error if my AI agent runs for more than 5mins.
"Cannot use a pool after calling end on the pool"
I am using supabase psqldb memory subnode connected to the AI agent.
In the workflow ai agent step sequence it's calling psqldb 2 times once when it starts the sequence and once when it tries to close the sequence.
I am not sure what's going wrong here and how to control this connection drop. or is there some timeout value that i can increase.