function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Leonardi KohLeonardi Koh 

SfdcSchedulerFactoryImpl has not been initialized - check your CronScheduler config

Recently i discovered the following error on a custom scheduler class runtime.

"First error: SfdcSchedulerFactoryImpl has not been initialized - check your CronScheduler config"

This scheduler class was designed to automatically reschedule itself periodically, and for a long while now has been doing the job without any issue, until this error came recently.

If i am to hazard a guess it has something to do with a class that the Scheduler system is dependent upon in the internal system which for some reason isn't initializing properly, but does anyone have an idea what exactly is this error about or what caused it?