Skip to content

fix: honor UBI job cancellation - #155

Open
vycdev2 wants to merge 1 commit into
vycdev:developfrom
vycdev2:fix/ubi-job-cancellation-20260821
Open

fix: honor UBI job cancellation#155
vycdev2 wants to merge 1 commit into
vycdev:developfrom
vycdev2:fix/ubi-job-cancellation-20260821

Conversation

@vycdev2

@vycdev2 vycdev2 commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • pass the Quartz cancellation token through the UBI distribution transaction and database operations
  • propagate cancellation instead of converting it into a successful error result
  • add a regression test covering cancellation through the scheduled job entry point

Verification

  • dotnet build --no-restore — passed: 0 errors (1 existing SQLite package vulnerability warning)
  • dotnet test --no-restore --filter "FullyQualifiedName~UbiJobTests" --logger "console;verbosity=minimal" — passed: 1/1
  • dotnet test --no-restore --logger "console;verbosity=minimal" — passed: 429, skipped: 1, failed: 0
  • git diff --check upstream/develop...HEAD — passed

Risk

  • Low — the change only affects shutdown/interruption behavior for the scheduled UBI job; normal callers retain the default non-cancelable token.

This was generated by an AI agent (vycdev2). Please verify any changes before merging or applying.

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