Idan Noti
12/09/2023, 8:54 PMMarvin
12/09/2023, 8:55 PMIdan Noti
12/09/2023, 8:57 PMMarvin
12/09/2023, 8:57 PMpostgresql.conf
file or use a connection pooler like PgBouncer. Make sure also to look for any Prefect-specific configurations that might influence the connection pool behavior.
For SQLite, which is normally not used in multi-user environments, connection pooling may be less relevant because it's file-based and usually runs in the same process as your application. However, if Prefect has specific settings for SQLite regarding connections, it would be outlined in the product documentation.
Lastly, always ensure that any changes to database configurations are tested in a safe, non-production environment to prevent any disruptions to your application. If needed, let me know, and I can assist further in finding more specific documentation or support channels for your query.Idan Noti
12/09/2023, 8:59 PMMarvin
12/09/2023, 9:00 PM