Scheduler Events Problem

Refer to this discussion first: Why scheduler is not running.

The name of the Scheduled Job Type is just the module name and function name, not the complete method name.

If a duplicate is found, it will override the old method. Ensure your scheduler_events does not have this issue.