mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-06 10:55:44 +10:00
Update TODO_process_tracking.md
This commit is contained in:
@@ -28,7 +28,7 @@ Process(cmd=['archivebox', 'add', 'https://example.com']) # CLI entry
|
||||
**File:** `archivebox/machine/models.py`
|
||||
|
||||
```python
|
||||
class Process(ModelWithHealthStats):
|
||||
class Process(ModelWithStateMachine):
|
||||
# ... existing fields ...
|
||||
|
||||
# NEW: Parent process FK for hierarchy tracking
|
||||
|
||||
Reference in New Issue
Block a user