Add lock files and cron setup #41

Merged
wagesj45 merged 1 commit from codex/add-logging,-locking-and-cron-setup-scripts into main 2025-07-19 03:35:31 -05:00
wagesj45 commented 2025-07-19 03:35:20 -05:00 (Migrated from github.com)

Summary

  • prevent concurrent executions with a .lock file in bash helpers
  • improve report logging to include the domain name
  • add a setup.sh helper for installing or removing root cron entries

Testing

  • python -m pytest -q

https://chatgpt.com/codex/tasks/task_e_687b57851608832fa3740cca7a3b0066

## Summary - prevent concurrent executions with a `.lock` file in bash helpers - improve report logging to include the domain name - add a `setup.sh` helper for installing or removing root cron entries ## Testing - `python -m pytest -q` ------ https://chatgpt.com/codex/tasks/task_e_687b57851608832fa3740cca7a3b0066
Sign in to join this conversation.
No description provided.