- Issue created by @dieterholvoet
When a callback doesn't exist anymore, it shows in the cron job list as 'Missing', but an error is still thrown during cron execution:
TypeError: call_user_func(): Argument #1 ($callback) must be a valid callback, function "core_event_dispatcher_cron" not found or invalid function name in call_user_func() (line 325 of /var/web/vd29625/deploy/releases/20241217082209/web/modules/contrib/ultimate_cron/src/Entity/CronJob.php)
Handle these kind of errors more gracefully.
Active
1.0
Code