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
When I Ctrl-C foreman, bin/dev (and whatever it starts) and bin/run-sidekiq (and whatever it starts) terminate normally. The other commands do not and remain running.
When trying those on the command line, they do terminate when given SIGTERM. What's interesting is that Ctrl-C does exit those, but using KILL -INT does not.
Any ideas how to debug what is going on?
The text was updated successfully, but these errors were encountered:
When I Ctrl-C foreman,
bin/dev
(and whatever it starts) andbin/run-sidekiq
(and whatever it starts) terminate normally. The other commands do not and remain running.When trying those on the command line, they do terminate when given SIGTERM. What's interesting is that Ctrl-C does exit those, but using
KILL -INT
does not.Any ideas how to debug what is going on?
The text was updated successfully, but these errors were encountered: