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.
20 lines
490 B
Desktop File
20 lines
490 B
Desktop File
[Unit]
|
|
Description=Jira SLA Polling - Refresh SLA data for open tickets
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
Group=data-ops
|
|
WorkingDirectory=/opt/data-analyst/repo
|
|
ExecStart=/opt/data-analyst/.venv/bin/python scripts/jira_poll_sla.py
|
|
EnvironmentFile=/opt/data-analyst/.env
|
|
EnvironmentFile=/opt/data-analyst/repo/.env
|
|
ProtectSystem=strict
|
|
ReadWritePaths=/data/src_data
|
|
PrivateTmp=true
|
|
TimeoutSec=600
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|