-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve job-status query logic and nf-tower support #77
Comments
One question: I've tried to run a simple pipeline using local executor + tower
and I can see it is created in tower, but the status of the tasks are not updated and the spinner is always running. If I refresh the page them all looks fine Is this a typical use case of Tower or I'm doing something wrong and Tower is able to show in runtime, without any refresh, the situation of the tasks ? ` |
So, I'm working in a revamp of the status logic and now I can see information in tower running but Tower doesn't refresh the status of the tasks, I need to refresh the page. Not sure if this is an issue of Tower Running this pipeline and once the pipeline completed I can see : so from my side it seems is working except tower doesnt refresn in realtime the information (also I was debugging and I was able to see the plugin is sending the info to the remote server during the execution of the pipeline) |
This is great Jorge - and welcome back 😉 The Tower page generally should refresh automatically, but the best experience is when the pipeline is launched through Tower itself. In the monitoring use-case, afaict, there is a bit of time lag before updates. I think this can conclude the current iteration and we can make the release for Let's create a PR and I can also test locally for this. |
Still working on it (tests are failing) but you can grab this branch and test in your local https://github.com/nextflow-io/nf-nomad/tree/tower-nf |
The job query status logic needs to be revamped in order to work well with Tower.
As of now, the jobs (on Tower) are always shown as running and are not progressing to completed status. Despite being actually completed on the cluster itself.
Also, as a result, the pipeline execution report (within nf-core pipelines) also doesn't contain any relevant information.
The text was updated successfully, but these errors were encountered: