docs: added troubleshooting guide for promise.all (#5586)

* docs: added troubleshooting guide for promise.all

* fix eslint errors
This commit is contained in:
Shahed Nasser
2023-11-10 10:59:52 +01:00
committed by GitHub
parent 03e56aed74
commit 3781ac4631
2 changed files with 23 additions and 0 deletions
+5
View File
@@ -2098,6 +2098,11 @@ module.exports = {
id: "troubleshooting/database-error",
label: "Database Errors",
},
{
type: "doc",
id: "troubleshooting/promise-all-rollback",
label: "Database Transactions and Promise.all",
},
{
type: "doc",
id: "troubleshooting/redis-events",