Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RunOnFluxBot committed Oct 28, 2024
1 parent a504fcb commit c75e3ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/appsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -13270,6 +13270,8 @@ async function monitorNodeStatus() {
monitorNodeStatus();
} catch (error) {
log.error(error);
await serviceHelper.delay(2 * 60 * 1000); // 2m delay before next check
monitorNodeStatus();
}
}

Expand Down

0 comments on commit c75e3ee

Please sign in to comment.