Skip to content

[Fix] Slack failure notifications arrive late after task timeouts - #1222

Draft
roomote-roomote[bot] wants to merge 1 commit into
developfrom
fix/slack-failure-notification-delay-3ei3k4quisx9i
Draft

[Fix] Slack failure notifications arrive late after task timeouts#1222
roomote-roomote[bot] wants to merge 1 commit into
developfrom
fix/slack-failure-notification-delay-3ei3k4quisx9i

Conversation

@roomote-roomote

Copy link
Copy Markdown
Contributor

​Opened on behalf of @mrubens. Follow up by mentioning @roomote-roomote, in the web UI, or in Slack.

What changed

Slack failure notifications now start immediately after the terminal task state is persisted. They run concurrently with parent-task settlement callbacks instead of waiting behind those callbacks and later cleanup work.

Added regression coverage that holds post-settlement work open and verifies the Slack update is delivered before that work completes.

Why this change was made

Timeout failures could appear in the task UI before the originating Slack thread received its failure update because Slack delivery ran after several potentially slow remote operations.

Impact

Users receive timeout and failure updates in Slack promptly while existing cleanup, retry messaging, cancellation normalization, and error handling remain unchanged.

@roomote-community

roomote-community Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

No code issues found. See task

Reviewed 88c3dd9

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