Skip to content

continueAfterTimeout support #44

@g-soto

Description

@g-soto

Is there a way to add continue_after_timeout flag? Something like:

engine = create_engine(
    f'postgresql+auroradataapi://:@/{db.name}',
    echo=False,
    connect_args={
        'aurora_cluster_arn': aurora_cluster_arn,
        'secret_arn': aurora_secret_arn,
        'continue_after_timeout': True
    },
    future=True,
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions