Skip to content

Commit

Permalink
Remove Redshift mention from the list of managed Postgres backends (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Taragolis authored Dec 14, 2023
1 parent e83a986 commit 01fd0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/howto/set-up-database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ For more information regarding setup of the PostgreSQL connection, see `PostgreS

.. note::

For managed Postgres such as Redshift, Azure Postgresql, CloudSQL, Amazon RDS, you should use
For managed Postgres such as Azure Postgresql, CloudSQL, Amazon RDS, you should use
``keepalives_idle`` in the connection parameters and set it to less than the idle time because those
services will close idle connections after some time of inactivity (typically 300 seconds),
which results with error ``The error: psycopg2.operationalerror: SSL SYSCALL error: EOF detected``.
Expand Down

0 comments on commit 01fd0d3

Please sign in to comment.