Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runner hangs on a random service #16

Open
braaar opened this issue Nov 12, 2021 · 2 comments
Open

Runner hangs on a random service #16

braaar opened this issue Nov 12, 2021 · 2 comments
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@braaar
Copy link

braaar commented Nov 12, 2021

Quite often, the runner seems to get stuck when loading a specific service. I see the "loading icon" and the name of a service and it can stay that way for more than 10 minutes before I usually give up and restart the process. Sometimes that works, but a lot of the time I get the same "hanging", but this time on a different service, so it doesn't seem very consistent at all.

After deleting dist and node_modules and running a fresh install I got stuck on task:

braaar@Brages-MacBook-Pro service-api % yarn start:dev
yarn run v1.22.10
$ NODE_ENV=development indiv-runner -n indiv-prod -r 'nest start --watch'
⠹ task-v1:8080 → 127.0.0.1:51084

This script was run on this version of service-api (but this issue has occured many times before with bff as well).

@simenandre
Copy link
Member

This could be a number of things, most likely something to do with the Kubernetes cluster you're connecting with.

This package is lacking some debugging option, that also could help debugging your situation. We should probably add that 👍

@simenandre simenandre added the kind/bug Some behavior is incorrect or out of spec label Nov 12, 2021
@simenandre
Copy link
Member

Added #17 to track adding debugging option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

2 participants