Skip to content

Occasionally getting a "psycopg2.OperationalError: SSL connection has been closed unexpectedly" error, can the tap-postgres code be adjusted to handle this gracefully? #217

Occasionally getting a "psycopg2.OperationalError: SSL connection has been closed unexpectedly" error, can the tap-postgres code be adjusted to handle this gracefully?

Occasionally getting a "psycopg2.OperationalError: SSL connection has been closed unexpectedly" error, can the tap-postgres code be adjusted to handle this gracefully? #217

Workflow file for this run

# Managed by Pulumi. Any edits to this file will be overwritten.
name: Add issues and PRs to MeltanoLabs Overview Project
on:
issues:
types:
- opened
- reopened
- transferred
pull_request:
types:
- opened
- reopened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/MeltanoLabs/projects/3
github-token: ${{ secrets.MELTYBOT_PROJECT_ADD_PAT }}