Skip to content

Add SQLAlchemy Pool options, update docs

Marios Hadjimichael requested to merge marios/postgres-pool-options into master

Description

Let the users specify some of the SQLAlchemy pool options in the config:

  • pool_size
  • pool_timeout
  • max_overflow

Also, update relevant docs.

Edited by Marios Hadjimichael

Merge request reports