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.
12 lines
231 B
SYSTEMD
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
|