Skip to content

Comments

docs(scheduler): expand PRD with Scheduler Extension and add sectools…#21

Merged
hyp3rd merged 1 commit intomainfrom
feat/scheduler
Jan 22, 2026
Merged

docs(scheduler): expand PRD with Scheduler Extension and add sectools…#21
hyp3rd merged 1 commit intomainfrom
feat/scheduler

Conversation

@hyp3rd
Copy link
Owner

@hyp3rd hyp3rd commented Jan 22, 2026

… dependency

  • Update PRD title to “Retrier Hardening + Scheduler Extension”.
  • Document new lightweight scheduler for recurring HTTP requests:
    • Interval scheduling with StartAt/EndAt/MaxRuns and concurrency-safe execution.
    • Reuse existing retrier for retryable codes/errors; stop on success or non-retryable statuses.
    • Optional callback URL to post execution results (bounded response body; skipped when empty).
    • Default URL validation via sectools (HTTPS only, no userinfo/private/localhost), with override/disable knob.
  • Clarify scope: no persistent storage, cron syntax, or non-HTTP protocols.
  • Add detailed Requirements, Acceptance Criteria, Test Plan, Decisions, and Status sections.
  • Update Dependencies to include github.com/hyp3rd/sectools.

Refs: PRD.md

… dependency

- Update PRD title to “Retrier Hardening + Scheduler Extension”.
- Document new lightweight scheduler for recurring HTTP requests:
  - Interval scheduling with StartAt/EndAt/MaxRuns and concurrency-safe execution.
  - Reuse existing retrier for retryable codes/errors; stop on success or non-retryable statuses.
  - Optional callback URL to post execution results (bounded response body; skipped when empty).
  - Default URL validation via sectools (HTTPS only, no userinfo/private/localhost), with override/disable knob.
- Clarify scope: no persistent storage, cron syntax, or non-HTTP protocols.
- Add detailed Requirements, Acceptance Criteria, Test Plan, Decisions, and Status sections.
- Update Dependencies to include github.com/hyp3rd/sectools.

Refs: PRD.md
Copilot AI review requested due to automatic review settings January 22, 2026 19:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR expands the PRD to document the Scheduler Extension, a new lightweight scheduler for recurring HTTP requests with retry support and optional callbacks, and adds the github.com/hyp3rd/sectools dependency.

Changes:

  • Updated PRD title to "Retrier Hardening + Scheduler Extension"
  • Added comprehensive documentation for the Scheduler Extension including goals, requirements, acceptance criteria, test plan, and decisions
  • Added github.com/hyp3rd/sectools to the dependencies list

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


### Status (Scheduler Extension)

- Tests and race checks are reported green with no behavioral changes.
Copy link

Copilot AI Jan 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "no behavioral changes" is misleading in the Status section for the Scheduler Extension. Since the scheduler is new functionality, it would be more accurate to say something like "Tests and race checks pass; scheduler is tested with TLS endpoints and validation coverage" or "Implementation complete with comprehensive test coverage and race-free operation." The current wording suggests no changes occurred, which contradicts the fact that this is a new feature.

Suggested change
- Tests and race checks are reported green with no behavioral changes.
- Tests and race checks are reported green; scheduler implementation is complete with TLS endpoint coverage, validation tests, and race-free operation.

Copilot uses AI. Check for mistakes.
@hyp3rd hyp3rd merged commit 5fc2a74 into main Jan 22, 2026
16 checks passed
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