Merge pull request #33187 from lokeshkaki/fix/scheduler-abort-signal-msgraph

fix(catalog): propagate AbortSignal in MicrosoftGraphOrgEntityProvider to fix stuck scheduler task
This commit is contained in:
Fredrik Adelöw
2026-03-09 12:09:24 +01:00
committed by GitHub
7 changed files with 237 additions and 39 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-msgraph': patch
---
Fixed scheduler task remaining stuck in running state after pod termination by propagating AbortSignal into MicrosoftGraphOrgEntityProvider.read()