fix(catalog): make catalog entity deletion transactional

additionally, make the catalog build respect the deferred stitching mode
after deleting entities.

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
This commit is contained in:
Hellgren Heikki
2026-03-11 09:24:30 +02:00
parent c08e4daf24
commit a91bd1b8a0
2 changed files with 90 additions and 83 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Improved catalog entity deletion so parent invalidation and deferred relation restitch scheduling are coordinated more safely.