You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
Not sure if this is an issue with this app per se, but I notice that if I start my app (yarn start) and it doesn't load for some reason, for instance the wrong version of node on the client side, puma isn't killed and it remains really hard to kill it. Instead of being able to call pkill and have it work, I gave up and restarted. Client dev said they did the same thing.
The text was updated successfully, but these errors were encountered:
The -k option is supposed to automatically "kill other processes if one exits or dies" (ref: usage). It sounds like that isn't working. My understanding of this feature is that if e.g. the client process dies, then the service process should be automatically killed.
Interesting. I'll try to take a look at them when I get a chance. If I'm on the project for longer (and time permitting), I may switch concurrently out and give one of the others a try.
Not sure if this is an issue with this app per se, but I notice that if I start my app (
yarn start
) and it doesn't load for some reason, for instance the wrong version of node on the client side, puma isn't killed and it remains really hard to kill it. Instead of being able to callpkill
and have it work, I gave up and restarted. Client dev said they did the same thing.The text was updated successfully, but these errors were encountered: