Skip to content

Commit 197acd7

Browse files
authored
Merge pull request #41 from OpenMined/eelco/sync-process-manager
Eelco/sync process manager
2 parents 902dc52 + 570ea65 commit 197acd7

File tree

13 files changed

+480
-266
lines changed

13 files changed

+480
-266
lines changed

packages/syft-process-manager/README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,12 @@ A Python library for managing long-running background processes with built-in lo
44

55
## Features
66

7-
- Start, stop, and monitor background processes
7+
- Start, stop, and monitor detached background processes
88
- Run Python functions as detached processes with cloudpickle
99
- Stream stdout/stderr logs
1010
- Persistent state across Python sessions
1111
- Interactive Jupyter widgets with live log streaming
1212
- Optional TTL and health checks
13-
- PID reuse protection using creation timestamps
14-
15-
## Installation
16-
17-
```bash
18-
pip install syft-process-manager
19-
```
2013

2114
## Quick Start
2215

packages/syft-process-manager/notebooks/anywidget_test.ipynb

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)