Skip to content

jdbc input errors at start-up prevent pipeline termination/reloading #80

@jsvd

Description

@jsvd

Connectivity issues in during startup of jdbc input such as an invalid password are retried forever.
During these retries the status of stop? is never checked so the pipeline blocks reloadings.

The issue comes from the rufus scheduler by default catching exceptions in the jobs it executes. It's necessary to catch these exceptions and terminate the scheduler if the pipeline is terminating.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions