Skip to content

[BUG] Read and write in different process will lead to conflicts #116

@timerring

Description

@timerring

Describe the bug

When the upload write the upload queue, the burn process also writes the upload queue. This will cause the conficts and even leave some videos out.

Expected behavior

When the upload read and write the queue, add a file lock on the queue, which blocks the other processes. Meanwhile, reduce the IO duration.

Screenshots

(If applicable, add screenshots to help explain your problem.)

Environment Information

  • Operating System: [e.g. Ubuntu 20.04.5 LTS]
  • Python Version: [e.g. Python 3.9.15]
  • Driver & CUDA Version: [e.g. Driver 470.103.01 & CUDA 11.4]
  • Error Messages and Logs: [If applicable, provide any error messages or relevant log outputs]

Additional context

(Add any other context about the problem here.)

Metadata

Metadata

Assignees

Labels

OutdatedbugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions