@agentprodready/scheduler
v1.0.1
Published
**Scheduler & background job contracts for deferred and recurring host work.**
Readme
@agentprodready/scheduler
Scheduler & background job contracts for deferred and recurring host work.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/scheduler |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
Your platform schedules work outside a single HTTP request.
Prefer not to start here if request/response invoke covers your use case.
Install
npm install @agentprodready/schedulerSample
import type { Scheduler } from '@agentprodready/scheduler';
declare const scheduler: Scheduler;
await scheduler.enqueue(/* JobEnqueueRequest */);Ownership
| Owns | Does not own | |---|---| | Job/scheduler contracts | Runtime execution of the job body; queue vendor lock-in as ownership |
Documentation
License
MIT © 2026 ameenmari
