mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
- Fix Process.current() to store psutil cmdline instead of sys.argv for accurate validation - Fix worker process_type detection: explicitly set to WORKER after registration - Fix ArchiveResultWorker.start() to use Process.TypeChoices.WORKER consistently - Fix migration to be explicitly irreversible (SQLite doesn't support DROP COLUMN) - Fix get_running_workers() to return process_id instead of incorrectly named worker_id - Fix safe_kill_process() to wait for termination and escalate to SIGKILL if needed - Fix migration to include all indexes in state_operations (parent_id, process_type) - Fix documentation to use Machine.current() scoping and StatusChoices constants Co-authored-by: Nick Sweeting <pirate@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| checks.py | ||
| db.py | ||
| debugging.py | ||
| folders.py | ||
| hashing.py | ||
| jsonl.py | ||
| legacy.py | ||
| logging_util.py | ||
| logging.py | ||
| monkey_patches.py | ||
| paginators.py | ||
| process_utils.py | ||
| serve_static.py | ||
| shell_welcome_message.py | ||
| system.py | ||
| toml_util.py | ||
| util.py | ||