Skip to content

chore: delay member identity conflict errored results (CM-994)#3858

Merged
themarolt merged 1 commit intomainfrom
delay-concurrency-errored-results-CM-994
Feb 19, 2026
Merged

chore: delay member identity conflict errored results (CM-994)#3858
themarolt merged 1 commit intomainfrom
delay-concurrency-errored-results-CM-994

Conversation

@themarolt
Copy link
Copy Markdown
Contributor

@themarolt themarolt commented Feb 18, 2026

Note

Medium Risk
Changes error-handling control flow by introducing long, randomized delays for a specific DB constraint failure, which could impact processing latency and backlog behavior if the match is too broad or frequent.

Overview
Adds a special-case error handler in DataSinkService.triggerResultError to detect the uix_memberIdentities_platform_value_type_verified uniqueness conflict and delay the failed result instead of immediately retrying/marking error.

The delay is randomized (10–120 minutes), is logged with the scheduled until time, and persists via repo.delayResult before returning early.

Written by Cursor Bugbot for commit 34ed4ed. This will update automatically on new commits. Configure here.

Signed-off-by: Uroš Marolt <uros@marolt.me>
@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

2 similar comments
@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

@themarolt themarolt changed the title chore: delay member identity conflict errored results chore: delay member identity conflict errored results (CM-994) Feb 18, 2026
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Comment thread services/apps/data_sink_worker/src/service/dataSink.service.ts
@themarolt themarolt merged commit 95dffe6 into main Feb 19, 2026
20 checks passed
@themarolt themarolt deleted the delay-concurrency-errored-results-CM-994 branch February 19, 2026 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant