-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
- Execute a couple actions of type 'insert' (tested with database PostgreSQL v11)
- 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
Labels
No labels