@tryou is reporting the payment processor (which runs /app/manager/main.py in the exrproxy-env-payment-1 container) is using 100% of one CPU, even when no payment blockchains are attached to EXR ENV. It should be sitting idle, waiting for payment blockchains to be attached. @tryou's comments:
flat 100% cpu usage with no connected chain and even 'between' the connect attempts =
problem with multithreading, main loop refresh timers, conflict between 2 py modules, etc
and
looking on GH, the big bag of changes made on Jan 11, 2022,
seems it went offroad from here,
maybe something with flask, async, threading, no idea
@tryou is reporting the payment processor (which runs
/app/manager/main.py
in theexrproxy-env-payment-1
container) is using 100% of one CPU, even when no payment blockchains are attached to EXR ENV. It should be sitting idle, waiting for payment blockchains to be attached. @tryou's comments:and