bouvyd’s avatarbouvyd’s Twitter Archive—№ 2,048

  1. …in reply to @Yenthe666
    @Yenthe666 @sswapnesh The rationale is that if you have 2 crons failing all the time, they can hog your cron workers and prevent other crons from ever running. We also notify all the admins of the db of said deactivation to do some damage control for those cases.
    1. …in reply to @bouvyd
      @Yenthe666 @sswapnesh Note also that crons that report progress but return an error code (e.g. a mail queue killed because the time limit is reached) are not considered as failed, since they have done some work. Only those w/ no progress and crash are marked for deactivation after multiple error runs.