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
The application terminates using the keyboard shortcut Control + C.
After that, through the monitoring app on macOS, I continue to see two ruby processes. These processes absolutely appear after the launch of Rails applications. And these processes together load the CPU at 100%.
These two processes have to be completed separately. For some reason, this command is suitable for this:
spring stop
The text was updated successfully, but these errors were encountered:
Ruby 2.7.2, Rails 6.1.0, Foreman 0.87.2
I have two Rails applications. One application depends on another through an API.
I run both applications with two commands in different console windows:
Inside these two Procfiles:
The application terminates using the keyboard shortcut
Control + C
.After that, through the monitoring app on macOS, I continue to see two ruby processes. These processes absolutely appear after the launch of Rails applications. And these processes together load the CPU at 100%.
These two processes have to be completed separately. For some reason, this command is suitable for this:
The text was updated successfully, but these errors were encountered: