gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: setting Nexus background tasks


From: gnunet
Subject: [taler-deployment] branch master updated: setting Nexus background tasks
Date: Sat, 18 Sep 2021 11:18:51 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 4cd944e  setting Nexus background tasks
4cd944e is described below

commit 4cd944ea654477184f52a537543f0bccb7726588
Author: ms <ms@taler.net>
AuthorDate: Sat Sep 18 11:18:47 2021 +0200

    setting Nexus background tasks
---
 bin/taler-deployment-prepare-with-eufin | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/bin/taler-deployment-prepare-with-eufin 
b/bin/taler-deployment-prepare-with-eufin
index 62c0900..4c0d2af 100755
--- a/bin/taler-deployment-prepare-with-eufin
+++ b/bin/taler-deployment-prepare-with-eufin
@@ -193,6 +193,20 @@ function prepare_nexus_account() {
   libeufin-cli connections download-bank-accounts $3 > /dev/null
   libeufin-cli connections import-bank-account \
     --offered-account-id=$5 --nexus-bank-account-id=$4 $3 > /dev/null
+  # Set how often the automatic routing must fetch the bank account.
+  echo -n "Setting background payment initiator.." 
+  libeufin-cli accounts task-schedule $4 \
+    --task-type="submit" \
+    --task-name='submit-payments-every-second' \
+    --task-cronspec='* * *'
+  echo " OK"
+  echo -n "Setting background history fetch.." 
+  libeufin-cli accounts task-schedule $4 \
+    --task-type="fetch" \
+    --task-name='fetch-reports-every-second' \
+    --task-cronspec='* * *' \
+    --task-param-level=report \
+    --task-param-range-type=latest
   echo " OK"
 }
 

-- 
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]