Skip to content

Retry feedback callback failures caused by no DB rows found#782

Merged
tieneupin merged 1 commit intomainfrom
retry-no-db-row
Apr 15, 2026
Merged

Retry feedback callback failures caused by no DB rows found#782
tieneupin merged 1 commit intomainfrom
retry-no-db-row

Conversation

@tieneupin
Copy link
Copy Markdown
Contributor

@tieneupin tieneupin commented Apr 15, 2026

These exceptions might be caused by race conditions due to querying a dataset before its registration in the database is complete. This is usually seen with the tomography_processing_parameters messages, where they pass after being reinjected.

Such feedback callback errors should be retried until they hit the retry limit and get sent to the DLQ.

…ued to guard against database registration race conditions
@tieneupin tieneupin self-assigned this Apr 15, 2026
@tieneupin tieneupin added bug Something isn't working server Relates to the server component labels Apr 15, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

❌ Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 49.60%. Comparing base (3f56224) to head (c39b148).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #782      +/-   ##
==========================================
- Coverage   49.62%   49.60%   -0.03%     
==========================================
  Files          96       96              
  Lines       10130    10135       +5     
  Branches     1331     1332       +1     
==========================================
  Hits         5027     5027              
- Misses       4846     4851       +5     
  Partials      257      257              
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tieneupin tieneupin merged commit 1dca9b5 into main Apr 15, 2026
17 checks passed
@tieneupin tieneupin deleted the retry-no-db-row branch April 15, 2026 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working server Relates to the server component

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants