gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: wallet-core: task loop loggin


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: task loop logging
Date: Mon, 24 Jul 2023 14:20:18 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 0b6060283 wallet-core: task loop logging
0b6060283 is described below

commit 0b606028339d8256643ce60f11e72a090a301b58
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jul 24 14:18:14 2023 +0200

    wallet-core: task loop logging
---
 packages/taler-wallet-core/src/wallet.ts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/packages/taler-wallet-core/src/wallet.ts 
b/packages/taler-wallet-core/src/wallet.ts
index e457ba003..628a55e92 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -438,6 +438,10 @@ async function runTaskLoop(
       numDue++;
     }
 
+    logger.info(
+      `running task loop, iter=${iteration}, 
#tasks=${pending.pendingOperations.length} #lifeness=${numGivingLiveness}, 
#due=${numDue}`,
+    );
+
     if (opts.stopWhenDone && numGivingLiveness === 0 && iteration !== 0) {
       logger.warn(`stopping, as no pending operations have lifeness`);
       ws.isTaskLoopRunning = false;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]