-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi, I'm seeing periodic errors in my logs: Executor doesn't accept tasks.. Looking through the code it looks like this happens when the database is in closing state.
I'm wondering if I', using pgpool incorrectly which is why I'm seeing this error. I'm using this package in a number of cloud functions (not on production yet so just test traffic). At the start of each cloud function a new instance of PgPool is created, the body of the cloud function happens in a try/catch block and then .close() is called in the finally block on the pgpool instance.
Does it sound like I've implemented this package correctly and if so is there any reason I'd be running in to this error?
Thanks
Metadata
Metadata
Assignees
Labels
No labels