This folder contains everything you need to deploy a self-healing symbolic monitor that runs every 15 minutes on Render.com.
This worker:
- Runs
script_18_netlify_error_crawler.pyto crawl forgeforall.com - Maps live errors to source files using
script_19_match_live_errors_to_source.py - Runs symbolic patch monitor
script_21_live_symbolic_patch_monitor.py - Logs all activity to
patchlog/script_22_hourly_monitor_log.txt
monitor.pyβ master cycle script (derived from script_22)requirements.txtβ Python packagespatchlog/β where all logs are stored- Your service account JSON (uploaded securely via Render Dashboard)
-
Go to https://render.com > Create a new Background Worker
-
Connect this folderβs GitHub repo or zip
-
Set the command to: python monitor.py
-
Add Environment Variable:
GOOGLE_APPLICATION_CREDENTIALS=service-account.json -
Upload your Firebase credentials in Render dashboard as
service-account.json -
Deploy β and Forge will now self-patch hourly.