ExchangeUnion / xud-docker

Streamlined setup of xud and all dependencies via docker 🐳
https://docs.exchangeunion.com
GNU Affero General Public License v3.0
5 stars 5 forks source link

Small `status` fixes #663

Closed kilrau closed 4 years ago

kilrau commented 4 years ago
testnet > logs connext
2020-08-12 17:12:44,368 INFO Set uid to user 0 succeeded
2020-08-12 17:12:44,379 INFO supervisord started with pid 1
2020-08-12 17:12:45,383 INFO spawned: 'connext' with pid 7

> @connext/rest-api@7.2.0 start /app
> npm run build && npm run prod

> @connext/rest-api@7.2.0 build /app
> npm run clean:build && npm run compile

2020-08-12 17:12:47,065 INFO success: connext entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

> @connext/rest-api@7.2.0 clean:build /app
> rm -rf ./build

> @connext/rest-api@7.2.0 compile /app
> tsc -p tsconfig.json

> @connext/rest-api@7.2.0 prod /app
> node ./build/src

and only switches to Ready once connext successfully initialized. This is bad UX, since it indicates something is wrong.

It should print the usual Waiting for connext to come up... message in that stage.

reliveyy commented 4 years ago

I've seen this status too.

On Thu, Aug 13, 2020, 1:15 AM Kilian Rausch | ⚡ OpenDEX ⚡ < notifications@github.com> wrote:

Assigned #663 https://github.com/ExchangeUnion/xud-docker/issues/663 to @reliveyy https://github.com/reliveyy.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/ExchangeUnion/xud-docker/issues/663#event-3648681619, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABEBJ5W64HG4D23MVQIVOOLSALE4TANCNFSM4P5AKUAQ .