Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Add support for background tasks #1122

Closed
beenje opened this issue Apr 5, 2024 · 4 comments
Closed

Add support for background tasks #1122

beenje opened this issue Apr 5, 2024 · 4 comments
Labels
needs-more Needs more information from the reporter ✨ enhancement Feature request

Comments

@beenje
Copy link
Contributor

beenje commented Apr 5, 2024

Problem description

I found 2 PRs attempting to add background tasks support: #386 and #682

Both were closed, as not complete and having problem supporting windows.

I'd really like this feature!
Opening this issue so it doesn't get forgotten and hoping someone will give it another try :-)

@beenje beenje added the ✨ enhancement Feature request label Apr 5, 2024
@ruben-arts
Copy link
Contributor

Could you add a use-case and some more information why this is useful to you?

@ruben-arts ruben-arts added the needs-more Needs more information from the reporter label Apr 5, 2024
@ytausch
Copy link
Contributor

ytausch commented Apr 8, 2024

I am also interested in this feature. My use case is: I want a jupyter task that runs jupyter in the background, and a ui task that starts our business UI (which also runs in the background). ui needs jupyter to be running, otherwise it will fail. With proper pixi integration, I would expect to be able to use depends_on for specifying that jupyter needs to be started before the UI can be run.

@wolfv
Copy link
Member

wolfv commented Apr 8, 2024

For reference, the PR that @hadim made was really good and we could totally revive it.

@beenje
Copy link
Contributor Author

beenje commented Apr 9, 2024

To add my use case: I work a lot with tango-controls, which requires a Tango database to be running. For local development, I'd like to run pixi run tango-db to start Databaseds 2 -ORBendPoint giop:tcp:0.0.0.0:10000 in the background. It's then possible to register and run another tango server.

@prefix-dev prefix-dev locked and limited conversation to collaborators Aug 23, 2024
@baszalmstra baszalmstra converted this issue into discussion #1895 Aug 23, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
needs-more Needs more information from the reporter ✨ enhancement Feature request
Projects
None yet
Development

No branches or pull requests

4 participants