-
-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Labels
Description
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.)