← back to Ken
chore(ken): enable WEATHER_PULSE=1 in bertha-cron env (advisory pulse on next deploy)
a6239c3fb57f1433404cf41ac33dc4681d7aad81 · 2026-08-13 13:17:25 -0700 · Steve Abrams
Files touched
Diff
commit a6239c3fb57f1433404cf41ac33dc4681d7aad81
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Aug 13 13:17:25 2026 -0700
chore(ken): enable WEATHER_PULSE=1 in bertha-cron env (advisory pulse on next deploy)
---
ecosystem.config.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ecosystem.config.js b/ecosystem.config.js
index 5c19ddc..9759681 100644
--- a/ecosystem.config.js
+++ b/ecosystem.config.js
@@ -19,6 +19,9 @@ module.exports = {
cwd: '/root/Projects/Bertha',
env: {
NODE_ENV: 'production',
+ WEATHER_PULSE: '1', // enable the free NWS-AFD weather-news pulse (advisory, capped ±0.03, contested-only)
+ // WEATHER_PULSE_CAP: '0.03', // optional: max |nudge| (default 0.03)
+ // WEATHER_PULSE_CONTEST: '0.10',// optional: |p-0.5| band counted as contested (default 0.10)
},
max_memory_restart: '256M',
restart_delay: 10000,
← c87cbf8 feat(ken): weather-pulse resolves NWS office from event.loca
·
back to Ken
·
feat(ken): WEATHER_PULSE_SHADOW mode — log the nudge, do not 67b0c90 →