-
- Downloads
[FIX] event: don't block scheduler at first exception
Before this commit, when a scheduler fail for one event (eg: error in send_mail), the cron stop and don't continue to process all others event's scheduler. Now we try to warn (~ randomly once by hour) the responsible/organizer/write_uid that an error occurs with this scheduler, and we continue to process the others. opw-1840497 closes #24741
Please register or sign in to comment