agnes-the-ai-analyst/server/jira-consistency-deep.timer
Petr c56905d34f Initial commit: OSS data distribution platform
Open-source AI data analyst platform extracted from internal repo.
Includes data sync engine, Keboola adapter, Flask web portal,
server deployment scripts, and configuration templates.
2026-03-08 23:31:28 +01:00

12 lines
231 B
SYSTEMD

[Unit]
Description=Deep Jira consistency check (full history)
[Timer]
# Run every Sunday at 3 AM
OnCalendar=Sun *-*-* 03:00:00
RandomizedDelaySec=300
Persistent=true
Unit=jira-consistency.service
[Install]
WantedBy=timers.target