mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-26 01:55:49 +03:00
[PR #161] [MERGED] feat: add configurable pipeline retry and concurrency settings #151
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/pipeline-config📝 Commits (2)
e4ce70afeat: add configurable pipeline retry and concurrency settings (#157)9696cbachore: 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
pipelineblock in YAML config withretry_presetandmax_concurrent_pipelinesoptions, wired through schema validation, type definitions, and workflow inputCloses #157
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.