Skip to content

Commit ac95acd

Browse files
committed
amend this
1 parent cfc3270 commit ac95acd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worker/domainVerification.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export async function domainVerification () {
2727
} catch (error) {
2828
console.error(`Failed to verify domain ${domainName}:`, error)
2929

30+
// TODO: DNS inconcistencies can happen, we should retry at least 3 times before marking it as FAILED
3031
// Update to FAILED on any error
3132
await models.customDomain.update({
3233
where: { id },

0 commit comments

Comments
 (0)