Thrown when SchedulerPlugin is registered on a runtime whose platform
cannot run its timers.
Cloudflare Workers evicts the isolate between invocations, so the
setTimeout/setInterval arming the whole scheduler surface rests on never
fires: an every or delay job registered there is silent forever. The
replacement is the platform's own Cron Triggers, driven by
WorkersCron from @setu-ts/cloudflare-plugin.
readonly
platform: string
The platform the plugin refused to register on.