Check if a job type is registered
static bool isRegistered(String jobType) { return _instance._factories.containsKey(jobType); }