Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] implement "detaching" from shell to start a background process [skip ci] #386

Closed
wants to merge 2 commits into from

Conversation

wolfv
Copy link
Member

@wolfv wolfv commented Oct 11, 2023

This uses the daemonize crate to detach the process and effectively daemonize it.
That is kinda cool for long-running processes (e.g. if I run jupyterlab).

There is one big issue: for some reason, creating the activation subprocess does not seem to work and I haven't figured out why yet.

Other TODOs:

  • store PID file in .pixi folder
  • list running tasks
  • kill running tasks
  • look at stdout of running tasks

@ruben-arts
Copy link
Contributor

What is the status of this PR?

@hadim
Copy link
Contributor

hadim commented Jan 17, 2024

I gave a try to it at #682

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants