-
Notifications
You must be signed in to change notification settings - Fork 57
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
Enabling original Luigi web view? #49
Comments
Hi @dioh , Tasks have always shown up for us. For example, figure 7 in our paper is from running with SciLuigi. I think what might happen could be that the tasks run so fast, that they are not retained in the web view. I have some memory that we neede to add some specific setting to have finished tasks remain in the view. Otherwise, you could try adding a 60 second sleep inside the tasks? |
Dear @samuell, thanks for your help.
Then I run example2_ngi from your repo. I see the workflow stdout messages:
and I verify the output in data/*merged So the example executes correctly but no data is shown in the visualiser. Am I missing something? |
Hi @dioh ,
What do you mean with "data"? Do you mean that the visualizer is not showing anything, or that it is not showing the data outputs? I don't think Luigi can show data outputs. I think it only shows tasks. Does that clarify the situation? |
To clarify I'm looking for the executed tasks. Not the data itself. I want to see the executed workflow in the Luigi Task Visualizer. |
@dioh Ah, ok, good, then we're on the same page. Well that's strange. Could you paste here the exact content of your |
Sure! It's the same as the one you shared but with my email.
And my library versions:
|
Ok, thanks! Oh, well ... please note that the examples are running without connecting to the luigi daemon, by default. See hos it is running the Try changing that to It might also work by specifying to use the daemon on the commandline, but I'm not sure which setting will then take precedence, so I'd recommend trying first to change it to |
🤦♂️ Thanks a lot. One quick question now that I have your attention, |
Sure, I would be happy to consider adding that. I think the best is if you can first provide a "proof of principle" implementation, to demonstrate the approach you plan to take, before spending too much time on it, so that I can review and possibly give any comments on that as early as possible. But any concrete solution that works, will be a great starting point for any further modifications of course, and thus very welcome. Also, I think I need to set up some continuous integration, to be able to merge things with ease, first. I'll have a look if I can get that up shortly ... like this week (CircleCI has been pretty quick to set up for some of my other repos). Regarding the situation for the project, we are not currently actively using it (we run scipipe now in production), but we'd like to keep it in good shape at least during this year or so, when I'm finishing my PhD studies. After that we'll have to look at what is the best future for the project ... whether I, or someone within @pharmbio wants to continue maintaining it, or if there's someone else interested in maintaining it. |
When I run example2 I cannot see the results in the static visualiser.
http://localhost:8082/static/visualiser/index.html
Is there any way to get tasks written in sciluigi to be visualized in the webapp?
Kindly, D.
The text was updated successfully, but these errors were encountered: