File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
content/develop/clients/nodejs Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,22 @@ title: Production usage
1515weight : 5
1616---
1717
18- The following sections explain how to handle situations that may occur
19- in your production environment.
18+ This guide offers recommendations to get the best reliability and
19+ performance in your production environment.
20+
21+ ## Checklist
22+
23+ Each item in the checklist below links to the section
24+ for a recommendation. Use the checklist icons to record your
25+ progress in implementing the recommendations.
26+
27+ {{< checklist "nodeprodlist" >}}
28+ {{< checklist-item "#handling-errors" >}}Handling errors{{< /checklist-item >}}
29+ {{< checklist-item "#handling-reconnections" >}}Handling reconnections{{< /checklist-item >}}
30+ {{< checklist-item "#timeouts" >}}Timeouts{{< /checklist-item >}}
31+ {{< /checklist >}}
32+
33+ ## Recommendations
2034
2135### Handling errors
2236
You can’t perform that action at this time.
0 commit comments