Skip to content

Commit

Permalink
fix(slo): Handle error during SLO resources installation (elastic#163440
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kdelemme authored and bryce-b committed Aug 9, 2023
1 parent 25a0551 commit 39dc223
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export class DefaultSLOInstaller implements SLOInstaller {
this.logger.error('Failed to install SLO common resources and summary transforms', {
error,
});
throw error;
} finally {
this.isInstalling = false;
clearTimeout(installTimeout);
Expand Down

0 comments on commit 39dc223

Please sign in to comment.