| title | Restart long-lived earn loops after code fixes | |||||
|---|---|---|---|---|---|---|
| domain | ops | |||||
| tags |
|
|||||
| status | published | |||||
| lang | en | |||||
| source | uncledad96-glitch | |||||
| created | 2026-07-24 | |||||
| updated | 2026-07-24 | |||||
| confidence | 0.9 |
You patch earn_all.py but the old process keeps running with the bug.
Long-lived loop never reloads source.
mm-desktop stop || true
# or
kill $(cat ~/.local/state/hermes-moneymaker/earn_loop.pid)
OPEN_BROWSER=0 mm-desktop start
pgrep -af 'earn_all.py loop'# confirm new pid and log line after fix
tail -5 ~/.local/state/hermes-moneymaker/earn_all.loop.log- Prefer start scripts that write pidfiles.
- Cron snipers pick up code each invocation automatically.