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

Run pipeline in UI stops when closing website #76

Open
leo-schick opened this issue May 17, 2022 · 0 comments
Open

Run pipeline in UI stops when closing website #76

leo-schick opened this issue May 17, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@leo-schick
Copy link
Member

This is probably a known issue to many users using mara but I want to mention it here because I think this should not be that way:

When running a pipeline via the UI using run or run with upstreams it runs in a flask UI thread. This creates several issues:

  • when you close the web page, the pipeline execution stops
  • when the network connection breaks for just a short period of time (e.g. you disconnect your laptop from a docking station) it stops as well

In addition, when you run a pipeline via the server e.g. from a scheduled CI script or a cron job, you are not able to "connect" to the execution to see what is currently running. The only option to see what is going on is to open the node page and refresh it manually.

@leo-schick leo-schick added the bug Something isn't working label Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant