Skip to content

no read locks to stage output #5007

Closed
Closed
@johnnychen94

Description

@johnnychen94

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions