mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Merge pull request #9250 from appwrite/chore-remove-error
chore: skipped job instead of throwing error
This commit is contained in:
commit
9c71af219b
1 changed files with 2 additions and 1 deletions
|
|
@ -147,7 +147,8 @@ class Certificates extends Action
|
|||
|
||||
// If certificate exists already, double-check expiry date. Skip if job is forced
|
||||
if (!$certificates->isRenewRequired($domain->get(), $log)) {
|
||||
throw new Exception('Renew isn\'t required.');
|
||||
Console::info("Skipping, renew isn't required");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue