fix(core): update

This commit is contained in:
Philipp Kunz 2021-08-13 11:55:38 +02:00
parent 0e3fadca36
commit df5197fc8e

View File

@ -26,7 +26,8 @@ export class SmartMetrics {
}
this.started = true;
while (this.started) {
this.logger.log('info', `sending heartbeat for ${this.sourceNameArg}`, {
this.logger.log('info', `sending heartbeat for ${this.sourceNameArg} with metrics`, {
eventType: 'heartbeat',
metrics: await this.getMetrics(),
});
await plugins.smartdelay.delayFor(60000, null, true);