You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a database error occurs during consumer write operations, the entire batch of records is missed. We need a way to detect errors and retry db commands.
Acceptance Criteria
When there is an error connecting to the database, the command is retried for a period of time.
First step
Write test to demonstrate the problem.
The text was updated successfully, but these errors were encountered:
Summary or User Story
Currently, if a database error occurs during consumer write operations, the entire batch of records is missed. We need a way to detect errors and retry db commands.
Acceptance Criteria
First step
Write test to demonstrate the problem.
The text was updated successfully, but these errors were encountered: