Skip to content

Comments

Add exception handling for task callbacks in TaskQueue#1642

Merged
kevinherron merged 2 commits into1.0from
task-queue-corner-cases
Nov 3, 2025
Merged

Add exception handling for task callbacks in TaskQueue#1642
kevinherron merged 2 commits into1.0from
task-queue-corner-cases

Conversation

@kevinherron
Copy link
Contributor

  • Ensure task callbacks complete successfully even when task scheduling fails.
  • Handle RejectedExecutionException gracefully for both successful and exceptional task completions.
  • Improve test coverage with additional scenarios for callback behavior.

- Ensure task callbacks complete successfully even when task scheduling fails.
- Handle `RejectedExecutionException` gracefully for both successful and exceptional task completions.
- Improve test coverage with additional scenarios for callback behavior.
@kevinherron kevinherron added this to the 1.0.8 milestone Nov 3, 2025
@kevinherron kevinherron added the bug label Nov 3, 2025
@kevinherron kevinherron merged commit c56f3d1 into 1.0 Nov 3, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant