Commit 350353d
committed
fix(docker): worker healthcheck no longer depends on missing pgrep
The slim runtime image ships without procps, so the worker's
`pgrep -f fourdpocket.workers.huey_worker` healthcheck always errored
("pgrep: executable file not found"), leaving a fully-functional worker
permanently marked unhealthy. Replace it with a stdlib-python /proc scan.1 parent 880a1c0 commit 350353d
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments