Error while fetching flow status
Hello,
I recently encountered an error I can't quite make heads nor tails on. The following error below occurs after the
myorgOrderC
step around 5pm UTC in the attached flow.
Windmill Version: EE v1.520.0
6 Replies
max_connections is likely too low for your db
I see, thank you very much.
Hello @rubenf, sorry to bring this up again but we are still experiencing this issue. My team is using neon db with pooled connections. Is there a means to increase the connection timeout on windmill. There doesn't seem to be such an option in the postgresql resource
do not used pooled connection, use direct connections
also would recommend not using neon for backing windmill, a local postgresql or rds would perform better
Thanks for the quick reply. I don't think i explained my problem well enough. We aren't self hosting windmill, we are on the team plan. My problem is related to using a pooled connection in a windmill flow. The flow has several scripts and failure steps that make queries to our neon db.
Does using direct connections rather than pooled connections still apply in this case?
if you're seeing this error on the teams plan it's internal to us and you can just report the runs id here
An example runs ID is
0198bae7-a602-a5a2-34c1-e2e685497595
. We appreciate your assistance on this issue