nickviljoen
03c5ab65a8
Docs: Update README and CLAUDE.md with folder-only template and EOL workflow
...
Added documentation for template-based folder-only mode (-N flag),
asset type overrides (EOL), environment-specific field mappings,
and updated config file references.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 21:33:35 +02:00
nickviljoen
e1f15ea632
Add A1 retry logic and orchestrator off-hours cadence
...
Feature 1: A1→A2 Empty Folder Retry Logic
- Track retry attempts (max 3) for campaigns with no master assets
- Mark campaigns as permanently failed after 3 attempts
- Stop processing and sending emails for permanently failed campaigns
- Two new email templates: retry notification and permanent failure
- Database migration adds 4 new columns to campaign_status table
- Comprehensive documentation in A1_RETRY_LOGIC.md
Feature 2: Orchestrator Off-Hours Cadence
- Add 30 minutes to all task intervals during off-hours
- Off-hours: 10 PM - 5 AM weekdays + all day Saturday/Sunday
- Tasks only run at minutes 0 and 30 during off-hours
- Configurable and easy to enable/disable
- Daily Report (7 PM) remains unchanged
Files changed:
- NEW: database/migrations/003_add_a1_retry_tracking.sql
- NEW: MARKDOWN_DOCS/A1_RETRY_LOGIC.md
- MODIFIED: scripts/shared/database.py (added 3 methods)
- MODIFIED: scripts/a1_to_a2_box_uploader.py (added retry logic)
- MODIFIED: scripts/shared/notifier.py (added 2 templates)
- MODIFIED: scripts/orchestrator-prod.py (added off-hours config)
- MODIFIED: RUN_ORCHESTRATOR.md (added off-hours docs)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-31 17:38:57 +02:00
DJP
59295ab9a2
feat: Formalize and document prefix-based tracking IDs for master and regular files, and correct a country code mapping.
2025-12-06 10:54:12 -05:00
DJP
533c1f5245
Update documentation with new services and deployment steps
2025-12-01 22:55:32 -05:00
DJP
e0196a3544
Add systemd services and timers for database backups
2025-12-01 22:36:18 -05:00
DJP
ea2e313185
feat: Add systemd services and timers for daily and weekly database backups, introduce a token retrieval script, and update the backup guide documentation.
2025-12-01 22:19:24 -05:00
DJP
9b24ca1594
Add systemd service files for Prod Orchestrator and CreativeX Service
2025-12-01 16:09:26 -05:00
DJP
20a187a61d
feat: Add Python project dependencies.
2025-11-20 22:45:04 -05:00