[PR #108] [MERGED] fix: extend heartbeat timeout to prevent stalls during sub-agent execution #121

Closed
opened 2026-02-27 08:09:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/KeygraphHQ/shannon/pull/108
Author: @ajmallesh
Created: 2/9/2026
Status: Merged
Merged: 2/9/2026
Merged by: @ajmallesh

Base: mainHead: fix/heartbeat-timeout-issue-105


📝 Commits (2)

  • f3324ad fix: extend heartbeat timeout to prevent stalls during sub-agent execution
  • 393e208 feat: add /pr command for creating pull requests with conventional commits

📊 Changes

2 files changed (+35 additions, -3 deletions)

View changed files

.claude/commands/pr.md (+32 -0)
📝 src/temporal/workflows.ts (+3 -3)

📄 Description

Summary

  • Extended heartbeat timeout from 10min to 60min (production) and 5min to 30min (testing) to prevent Temporal from cancelling activities while the SDK blocks the event loop during Task tool sub-agent calls
  • Added /pr command for creating pull requests with conventional commit style titles

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/KeygraphHQ/shannon/pull/108 **Author:** [@ajmallesh](https://github.com/ajmallesh) **Created:** 2/9/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@ajmallesh](https://github.com/ajmallesh) **Base:** `main` ← **Head:** `fix/heartbeat-timeout-issue-105` --- ### 📝 Commits (2) - [`f3324ad`](https://github.com/KeygraphHQ/shannon/commit/f3324ad64ee07756168294695906e4b686004e30) fix: extend heartbeat timeout to prevent stalls during sub-agent execution - [`393e208`](https://github.com/KeygraphHQ/shannon/commit/393e20875cba47ba423f119cb2c33eb55343e2f9) feat: add /pr command for creating pull requests with conventional commits ### 📊 Changes **2 files changed** (+35 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `.claude/commands/pr.md` (+32 -0) 📝 `src/temporal/workflows.ts` (+3 -3) </details> ### 📄 Description ## Summary - Extended heartbeat timeout from 10min to 60min (production) and 5min to 30min (testing) to prevent Temporal from cancelling activities while the SDK blocks the event loop during Task tool sub-agent calls - Added `/pr` command for creating pull requests with conventional commit style titles --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:09:21 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shannon-KeygraphHQ#121
No description provided.