Sign in Sign up
nuget

Universal.Operative.Sdk.Scheduling

Durably schedule a prompt to fire into a Universal.Operative.Sdk IOperative at a future time, either once or on a recurring cron schedule — it fires even if this process wasn't running when the schedule came due. ScheduleCreate/List/Cancel tools (backed by a shared ScheduleService, reusable from an HTTP-facing admin surface too) durably register atomically on creation, roll back on failure. IDurableScheduleBackend implementations: WindowsTaskSchedulerBackend/SystemdTimerBackend/CrontabBackend register with the OS's own scheduler; HttpDurableScheduleBackend registers against a remote HTTP dispatcher instead, for hosts (e.g. a sandboxed PaaS container) with no local OS scheduler reachable at all. Every backend is fully configured at construction — RegisterAsync just needs the schedule.

nuget View on Nuget

Activity

Latest release
2w ago
Total releases
9
Cadence
~2 days
Last 12 months
9

Details

First release
Jul 27, 2026
Releases
Version Released
3.0.0 major
2.3.0 minor
2.2.0 minor
2.1.1 patch
2.1.0 minor
2.0.0 major
1.2.0 minor
1.1.0 minor
1.0.0 initial