mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 19:41:17 +00:00
Replaces immediate polling with queue-based scheduling: - TaskQueue with min-heap (container/heap) for NextRun-ordered execution - Worker goroutines that block on WaitNext() until tasks are due - Tasks only execute when NextRun <= now, respecting adaptive intervals - Automatic rescheduling after execution via scheduler.BuildPlan - Queue depth tracking for backpressure-aware interval adjustments - Upsert semantics for updating scheduled tasks without duplicates Task 6 of 10 complete (60%). Ready for error/backoff policies.
6 lines
197 B
Markdown
6 lines
197 B
Markdown
# Security Documentation
|
|
|
|
The canonical Pulse security guide now lives at the repository root:
|
|
[`../SECURITY.md`](../SECURITY.md).
|
|
|
|
Please update that file if you need to change security guidance.
|