File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed
Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change 1313 placeholder : https://farm.openzim.org/pipeline/xxxx
1414 validations :
1515 required : true
16+ - type : textarea
17+ id : logs
18+ attributes :
19+ label : Last log lines
20+ description : Report here the last log lines which probably indicates the problem encountered
21+ render : true
22+ validations :
23+ required : true
24+ - type : dropdown
25+ id : how_many
26+ attributes :
27+ label : How many times the recipe failed in a row?
28+ options :
29+ - Once
30+ - Twice
31+ - Many
32+ validations :
33+ required : true
34+ - type : dropdown
35+ id : zims_produced
36+ attributes :
37+ label : How many ZIM have been produced before failure?
38+ options :
39+ - None
40+ - One
41+ - Two
42+ - Many
43+ validations :
44+ required : true
45+ - type : dropdown
46+ id : action_done
47+ attributes :
48+ label : Which action did you undertake so far?
49+ options :
50+ - I have requested the recipe again to confirm failure
51+ - I have disabled the recipe for now
52+ - None, I recommend to wait for next run on periodic scheduling to confirm there is an issue
53+ - None, I have no idea of what to do
54+ validations :
55+ required : true
56+ - type : dropdown
57+ id : what_next
58+ attributes :
59+ label : What's next?
60+ options :
61+ - This can be fixed by content team
62+ - This is an upstream scraper problem
63+ - This is an upstream website problem
64+ - I don't know
65+ validations :
66+ required : true
67+ - type : textarea
68+ id : details
69+ attributes :
70+ label : More details
71+ placeholder : Add here more details to share if needed
72+
1673---
You can’t perform that action at this time.
0 commit comments