File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
app/code/Magento/Cron/etc/adminhtml Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 15
15
<label >Cron configuration options for group: </label >
16
16
<field id =" schedule_generate_every" translate =" label" type =" text" sortOrder =" 10" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore =" 1" >
17
17
<label >Generate Schedules Every</label >
18
+ <validate >validate-zero-or-greater validate-digits</validate >
18
19
</field >
19
20
<field id =" schedule_ahead_for" translate =" label" type =" text" sortOrder =" 20" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore =" 1" >
20
21
<label >Schedule Ahead for</label >
22
+ <validate >validate-zero-or-greater validate-digits</validate >
21
23
</field >
22
24
<field id =" schedule_lifetime" translate =" label" type =" text" sortOrder =" 30" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore =" 1" >
23
25
<label >Missed if Not Run Within</label >
26
+ <validate >validate-zero-or-greater validate-digits</validate >
24
27
</field >
25
28
<field id =" history_cleanup_every" translate =" label" type =" text" sortOrder =" 40" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore =" 1" >
26
29
<label >History Cleanup Every</label >
30
+ <validate >validate-zero-or-greater validate-digits</validate >
27
31
</field >
28
32
<field id =" history_success_lifetime" translate =" label" type =" text" sortOrder =" 50" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore =" 1" >
29
33
<label >Success History Lifetime</label >
34
+ <validate >validate-zero-or-greater validate-digits</validate >
30
35
</field >
31
36
<field id =" history_failure_lifetime" translate =" label" type =" text" sortOrder =" 60" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore =" 1" >
32
37
<label >Failure History Lifetime</label >
38
+ <validate >validate-zero-or-greater validate-digits</validate >
33
39
</field >
34
40
<field id =" use_separate_process" translate =" label" type =" select" sortOrder =" 70" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore =" 1" >
35
41
<label >Use Separate Process</label >
You can’t perform that action at this time.
0 commit comments