Borcio
Borcio
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
so thx, and can be closed ; )
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
It's funny that it was only on prod that this error occurred, and locally I tested it a million times and never had this error xd
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
... I forgot await before prisma ...
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
if (updatedProductsData.length !== 0) {
for (let product of updatedProductsData) {
promises.push(
prisma.Product.updateMany({
// some code
},
})
);
}
}
if (updatedProductsData.length !== 0) {
for (let product of updatedProductsData) {
promises.push(
prisma.Product.updateMany({
// some code
},
})
);
}
}
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
ok i had stupid bug (my fault)
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
k thx, i will try
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
first connection to DB is too long? and it auto close it when nothing happend for too long?
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
and when its short time bt connections it works on second try
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
its like connection to bd is to long and it close it
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
on test with 15m timer it error 2 times so
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
on first run error, on retry its working
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
i restated app with 30s task timer
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
No description
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
in 1 min it will retry this task so i will show it
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
and on retry it is working
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
and retry
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
on error in abort it
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
in logs i have info when cron start (SyncStock...)
31 replies
PPrisma
Created by Borcio on 4/24/2024 in #help-and-questions
Problem with first connection to database
but only on first try of task?
31 replies