Skip to content

Commit

Permalink
fix(dashmate): background SSL renewal stuck on error (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Jun 22, 2024
1 parent 7443cb5 commit 9edcd10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default function scheduleRenewZeroSslCertificateFactory(

await tasks.run({
expirationDays: Certificate.EXPIRATION_LIMIT_DAYS,
noRetry: true,
});

// Write config files
Expand Down

0 comments on commit 9edcd10

Please sign in to comment.