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

no read locks to stage output #5007

Closed
johnnychen94 opened this issue Dec 1, 2020 · 1 comment
Closed

no read locks to stage output #5007

johnnychen94 opened this issue Dec 1, 2020 · 1 comment
Labels
feature request Requesting a new feature

Comments

@johnnychen94
Copy link
Contributor

Separate from #4979, it would significantly improve the current dvc parallelization capibility if data.txt doesn't get locked.

stages:
  prepare:
    cmd: echo "hello" > data.txt
    outs:
    - data.txt
  train:
    foreach:
      - 1
      - 2
      - 3
    do:
      cmd: cat data.txt && sleep 100
      deps:
      - data.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requesting a new feature
Projects
None yet
Development

No branches or pull requests

3 participants