Replies: 2 comments
-
|
related #56890 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yes. That discussion explains the difference. Not every database pool is the same - there are different concepts for different pools, local and remote. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Airflow's documentation states that setting a postgresql database in production may require PgBouncer because of an important number of connections:
On the other hand, the configuration documentation states that airflow uses (by default config) a SqlAlchemy pool :
That seems conflicting to me. Is any of this outdated? (I'll open an issue on this if confirmed.)
Beta Was this translation helpful? Give feedback.
All reactions