fix(jobs): gate lifecycle-email cron to prod host only #97
Reference in New Issue
Block a user
Delete Branch "fix/lifecycle-cron-prod-only"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
dev.sase.tr was sending duplicate lifecycle e-mails to real customers (sase_dev is a copy of prod). Mirrors the existing
isCatalogBackfillEnabled()gate. After merge + deploy, the dev cron auto-disables (no env tweak needed);LIFECYCLE_EMAIL_ENABLED=truecan force-enable for staging tests.