hermes-agent/cron
teknium1 fec8a0da72 Merge PR #296: fix(cron): close lock_fd on failed flock to prevent fd leak
Authored by alireza78a. When flock() raises on a concurrent tick, the
file descriptor was leaked because the except clause returned without
closing it. Adds lock_fd=None init and close in the except path.
2026-03-05 17:05:06 -08:00
..
__init__.py refactor: streamline cron job handling and update CLI commands 2026-02-21 16:21:19 -08:00
jobs.py fix(cron): use atomic write in save_jobs to prevent data loss 2026-02-27 20:16:49 +03:30
scheduler.py Merge PR #296: fix(cron): close lock_fd on failed flock to prevent fd leak 2026-03-05 17:05:06 -08:00