You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task local_o365\task\notifysecretexpiry doesn't get marked as "failed" unless it throws an exception. lib/classes/cron.php illustrates this. Suggestion: swap the return false statements with exception throws.
The task
local_o365\task\notifysecretexpirydoesn't get marked as "failed" unless it throws an exception.lib/classes/cron.phpillustrates this. Suggestion: swap thereturn falsestatements with exception throws.