-
Notifications
You must be signed in to change notification settings - Fork 27
Several fixes to worker logic #57
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
Open
C-Achard
wants to merge
27
commits into
master
Choose a base branch
from
cy/pre-release-2.0-review1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
5464900
Fix worker stop, timestamp handling, and imports
C-Achard 13bc76f
Add WorkerState enum for worker lifecycle
C-Achard 5b849dd
Improve DLCLive processor lifecycle and safety
C-Achard 88473f4
Restart worker if dead and clear stop event
C-Achard c4cc842
Mark worker FAULTED on queue errors
C-Achard a7cf9e6
Force-terminate frozen camera threads on stop
C-Achard 6deb005
Count unique cameras when starting multi-camera
C-Achard b2d911b
Improve VideoRecorder shutdown and writer loop
C-Achard 188694a
Refactor writer thread error handling and stats
C-Achard 3fbaeeb
Revert DLCLive imports due to unguarded torch
C-Achard d18dd53
Improve camera thread cleanup and recorder finalization
C-Achard b646190
Update dlc_processor.py
C-Achard af0ca39
Add lifecycle management & robust writer shutdown
C-Achard 260ef2f
Improve lifecycle handling and stale-writer cleanup
C-Achard aef03b5
Cleanup stale camera workers on start/shutdown
C-Achard 981e59b
Make stop join timeout configurable and add test
C-Achard 0056d6a
Fix locking, camera check, and writer finalization
C-Achard b5359a3
Add background reaper for stalled DLC worker
C-Achard d834a7b
Cache _queue to local variable in VideoRecorder
C-Achard 6570904
Prevent configure while processor running
C-Achard 1c5b552
Cleanup abandoned recorder and set pending reset
C-Achard ce97ad1
Refactor VideoRecorder.stop lifecycle handling
C-Achard 9e58bf3
Disable profiling for now
C-Achard dc579df
Log late DLC cleanup; save recorder timestamps
C-Achard a8b1a6a
Handle force-stop with leftover camera threads
C-Achard 9c0443d
Remove direct writer.close() call
C-Achard d3dc4ce
Clarify timeout comment and camera log message
C-Achard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.