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.
11 lines
183 B
SYSTEMD
11 lines
183 B
SYSTEMD
[Unit]
|
|
Description=Run Session Transcript Collector every 6 hours
|
|
|
|
[Timer]
|
|
OnBootSec=10min
|
|
OnUnitActiveSec=6h
|
|
RandomizedDelaySec=120
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|