We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc3270 commit ac95acdCopy full SHA for ac95acd
worker/domainVerification.js
@@ -27,6 +27,7 @@ export async function domainVerification () {
27
} catch (error) {
28
console.error(`Failed to verify domain ${domainName}:`, error)
29
30
+ // TODO: DNS inconcistencies can happen, we should retry at least 3 times before marking it as FAILED
31
// Update to FAILED on any error
32
await models.customDomain.update({
33
where: { id },
0 commit comments