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

Refactor check_status_of_command_line_tools #187

Open
sivkovic opened this issue Apr 6, 2021 · 0 comments
Open

Refactor check_status_of_command_line_tools #187

sivkovic opened this issue Apr 6, 2021 · 0 comments

Comments

@sivkovic
Copy link
Collaborator

sivkovic commented Apr 6, 2021

  • This method returns the status of child jobs for each run.
  • Needs to be moved from tasks.py to ToilSubmitter, because Nextflow and Toil Submitter will have different ways of retrieving child jobs.
  • Separate creating/updating CommandLineToolJob into separate method
  • Test performances to ensure this method doesn’t introduce performance issues
  • Explore the option of checking the status of child jobs together with leader job
  • Consider distributing job to multiple workers
  • Making sure this method is not invoked multiple times in a row, similar to what is happening to check_status_of_jobs
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

No branches or pull requests

1 participant