[PR #161] [MERGED] feat: add configurable pipeline retry and concurrency settings #151

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

📋 Pull Request Information

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

Base: mainHead: feat/pipeline-config


📝 Commits (2)

  • e4ce70a feat: add configurable pipeline retry and concurrency settings (#157)
  • 9696cba chore: improve PR command summary format with rich bullet style

📊 Changes

8 files changed (+149 additions, -13 deletions)

View changed files

📝 .claude/commands/pr.md (+16 -3)
📝 README.md (+12 -0)
📝 configs/config-schema.json (+17 -0)
📝 configs/example-config.yaml (+7 -2)
📝 src/temporal/client.ts (+30 -2)
📝 src/temporal/shared.ts (+2 -0)
📝 src/temporal/workflows.ts (+57 -6)
📝 src/types/config.ts (+8 -0)

📄 Description

Summary

  • Add pipeline configuration section — new pipeline block in YAML config with retry_preset and max_concurrent_pipelines options, wired through schema validation, type definitions, and workflow input
  • Add subscription retry preset — extends max backoff to 6 hours with 100 retry attempts, designed for Anthropic subscription plans where usage resets on a rolling 5-hour window
  • Replace unbounded concurrency with configurable limit — vulnerability/exploit pipelines now run through a concurrency-limited runner instead of launching all 5 simultaneously, reducing burst API usage when configured
  • Document rate limit configuration — README section explaining subscription plan behavior and how to tune retry and concurrency settings

Closes #157


🔄 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/161 **Author:** [@ajmallesh](https://github.com/ajmallesh) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@ajmallesh](https://github.com/ajmallesh) **Base:** `main` ← **Head:** `feat/pipeline-config` --- ### 📝 Commits (2) - [`e4ce70a`](https://github.com/KeygraphHQ/shannon/commit/e4ce70ad2f972052103add2e0220199b810d8d41) feat: add configurable pipeline retry and concurrency settings (#157) - [`9696cba`](https://github.com/KeygraphHQ/shannon/commit/9696cba4f84f1abf890ace93688efcc50a57d013) chore: improve PR command summary format with rich bullet style ### 📊 Changes **8 files changed** (+149 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.claude/commands/pr.md` (+16 -3) 📝 `README.md` (+12 -0) 📝 `configs/config-schema.json` (+17 -0) 📝 `configs/example-config.yaml` (+7 -2) 📝 `src/temporal/client.ts` (+30 -2) 📝 `src/temporal/shared.ts` (+2 -0) 📝 `src/temporal/workflows.ts` (+57 -6) 📝 `src/types/config.ts` (+8 -0) </details> ### 📄 Description ## Summary - **Add pipeline configuration section** — new `pipeline` block in YAML config with `retry_preset` and `max_concurrent_pipelines` options, wired through schema validation, type definitions, and workflow input - **Add subscription retry preset** — extends max backoff to 6 hours with 100 retry attempts, designed for Anthropic subscription plans where usage resets on a rolling 5-hour window - **Replace unbounded concurrency with configurable limit** — vulnerability/exploit pipelines now run through a concurrency-limited runner instead of launching all 5 simultaneously, reducing burst API usage when configured - **Document rate limit configuration** — README section explaining subscription plan behavior and how to tune retry and concurrency settings Closes #157 --- <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:28 +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#151
No description provided.