Skip to content

Component not ready for production #67

@joscha-kuerten-mvise

Description

@joscha-kuerten-mvise

Component Bug Report

Description

When I use the component I fails to often to be used in production scenarios.

Component Version

v34

Steps to Reproduce

  1. Execute a couple actions of type 'insert' (tested with database PostgreSQL v11)
  2. Monitor the amount of error

Actual Result

I made a setup where I write 3,000 small rows to a database table. Sometimes I have 0 errors often I have something like 1 to 20 errors. These are timeout error either during connection initiation or during execution of the insert itself.

Expected Result

Way less errors. Either the component or the plattform should retry an action when it is of type timeout.

Workaround(s)

Manually check what part of the processing was succesfull and repeat it. Nota bene. Using the 'retry' feature does not really help here. As the data is processed by multiple flows and when it is missing in the middle then additional processing is needed to fully correct the error.

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