Open
Description
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).
Activity