Skip to content

Added PORT deletes when a delete comes through the pipeline#196

Merged
rbnswartz merged 1 commit into
developfrom
rs/verse-reporting-processor-propegate-deletes
May 19, 2026
Merged

Added PORT deletes when a delete comes through the pipeline#196
rbnswartz merged 1 commit into
developfrom
rs/verse-reporting-processor-propegate-deletes

Conversation

@rbnswartz
Copy link
Copy Markdown
Member

@rbnswartz rbnswartz commented May 18, 2026

This pull request improves the delete processing logic in VerseCounterService to support deleting records from both the database and the PORT system concurrently, and adds a new helper method for deleting from PORT.

Delete Processing Enhancements:

  • The delete handler now supports deleting from both the database and the PORT system in parallel by collecting tasks and awaiting them together, improving efficiency and reliability.

New PORT Deletion Logic:

  • Added a new private method DeleteFromPORT that finds and deletes wa_translationrepo records in PORT matching a given WACS repo ID. This method performs a lookup since the repo ID is not the primary key.

@rbnswartz rbnswartz requested a review from PurpleGuitar May 18, 2026 15:49
@rbnswartz rbnswartz merged commit 19a25e8 into develop May 19, 2026
6 checks passed
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.

2 participants