AOEpeople / Aoe_Scheduler

Cron Scheduler Module for Magento
http://fbrnc.net/blog/2011/03/magento-cron-schedule
GNU General Public License v3.0
373 stars 203 forks source link

Allow higher values for "system/cron/mark_as_error_after" than "5" #345 #359

Closed ghost closed 4 years ago

ghost commented 6 years ago

Using "min(x, 5)" makes it impossible to set a higher value than "5" for the "system/cron/mark_as_error_after" ("Mark job as failed after") value in admin.

By this, values like "15" are overwritten by "5"