mtproxy icon indicating copy to clipboard operation
mtproxy copied to clipboard

WORKERS variable not working

Open vistalba opened this issue 7 years ago • 0 comments

Hi

I use this docker image on kubernets with nodeport setup.

              - name: TZ
                value: "Europe/Berlin"
              - name: SECRET
                value: "secret1,secret2,secret3,secret4"
              - name: SECRET_COUNT
                value: "4"
              - name: TAG
                value: "tag1"
              - name: WORKERS
                value: "4"

If I look on the log output:

[1][2018-10-18 10:53:02.838510 local] Invoking engine mtproxy-0.01 compiled at Jun 10 2018 23:53:46 by gcc 6.3.0 64-bit after commit 20824f5fa8af3939e667fba5c1785f02059c1c43
[1][2018-10-18 10:53:02.839067 local] config_filename = '/data/proxy-multi.conf'
[1][2018-10-18 10:53:02.839342 local] creating 2 workers
[43][2018-10-18 10:53:02.841117 local] Started as [10.32.1.127:2398:43:1539859982]
[43][2018-10-18 10:53:02.841380 local] configuration file /data/proxy-multi.conf re-read successfully (809 bytes parsed), new configuration active

Is there anything wrong in my setting or is it just not accepting my "value" for "WORKERS"?

vistalba avatar Oct 18 '18 11:10 vistalba