gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: don't use master mode, hopefully mak


From: gnunet
Subject: [taler-bank] branch master updated: don't use master mode, hopefully making it easier to kill uwsgi
Date: Mon, 03 Aug 2020 12:33:41 +0200

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 9cb4f2e  don't use master mode, hopefully making it easier to kill 
uwsgi
9cb4f2e is described below

commit 9cb4f2eedb8cd70bc5b2748f5c52abdd30106846
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Aug 3 16:03:05 2020 +0530

    don't use master mode, hopefully making it easier to kill uwsgi
---
 bin/taler-bank-manage | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bin/taler-bank-manage b/bin/taler-bank-manage
index 45047a4..348ee88 100755
--- a/bin/taler-bank-manage
+++ b/bin/taler-bank-manage
@@ -79,7 +79,6 @@ def handle_serve_http(args):
     httpspec = ":%d" % (port,)
     params = ["uwsgi", "uwsgi",
               "--static-map", "/static=%s/talerbank/app/static" % 
SITE_PACKAGES,
-              "--master",
               "--die-on-term",
               "--http", httpspec,
               "--log-format", UWSGI_LOGFMT,
@@ -101,7 +100,6 @@ def handle_serve_uwsgi(args):
     TC = TalerConfig.from_file(os.environ.get("TALER_CONFIG_FILE", 
args.config))
     serve_uwsgi = TC["bank"]["uwsgi_serve"].value_string(required=True).lower()
     params = ["uwsgi", "uwsgi",
-              "--master",
               "--static-map", "/static=%s/talerbank/app/static" % 
SITE_PACKAGES,
               "--die-on-term",
               "--log-format", UWSGI_LOGFMT,

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