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

Change "running" to "started" in progress monitoring #318

Closed
6 tasks done
wlandau opened this issue Feb 19, 2021 · 0 comments
Closed
6 tasks done

Change "running" to "started" in progress monitoring #318

wlandau opened this issue Feb 19, 2021 · 0 comments

Comments

@wlandau
Copy link
Collaborator

wlandau commented Feb 19, 2021

Prework

  • Read and agree to the code of conduct and contributing guidelines.
  • If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting a new issue.
  • For any problems you identify, post a minimal reproducible example like this one so the maintainer can troubleshoot. A reproducible example is:
    • Runnable: post enough R code and data so any onlooker can create the error on their own computer.
    • Minimal: reduce runtime wherever possible and remove complicated details that are irrelevant to the issue at hand.
    • Readable: format your code according to the tidyverse style guide.

Description

The term "running" is misleading because targets does not use any kind of heartbeat or connection to verify job status. It only records whether a target began and whether it completed. "Started" is more accurate.

@wlandau wlandau changed the title Change "running" Change "running" to "started" in progress monitoring Feb 19, 2021
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