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
We currently use https://github.com/Supervisor/supervisor for our process composition in our nix-powered development setup. A common workflow for us is to stick a byebug statement in our rails app, foreground the running process with supervisorctl fg rails, and interact with the shell presented by byebug. Pressening ctrl-c backgrounds the process again.
Proposed Change:
Allow a background process to be foregrounded, and then backgrounded again (ctrl-c).
Who Benefits From The Change(s)?
Anyone who needs to interact with a process that is running in the background.
Alternative Approaches
The text was updated successfully, but these errors were encountered:
Feature Request
Use Case:
We currently use https://github.com/Supervisor/supervisor for our process composition in our nix-powered development setup. A common workflow for us is to stick a
byebug
statement in our rails app, foreground the running process withsupervisorctl fg rails
, and interact with the shell presented bybyebug
. Presseningctrl-c
backgrounds the process again.Proposed Change:
Allow a background process to be foregrounded, and then backgrounded again (
ctrl-c
).Who Benefits From The Change(s)?
Anyone who needs to interact with a process that is running in the background.
Alternative Approaches
The text was updated successfully, but these errors were encountered: