Skip to content

Allow sync of files being written incrementally #10

Description

@JunkyByte

Check the possibility to continuously sync a file being written continuously e.g. by a bash script.

echo "avg_walltime" > file.csv
for i in $(eval echo {0..K});
do
  echo $i >> file.csv
  ... sleep
done

this will only be sync by watchdog on file creation / first change

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions