[
  {
    "type": "raw_sql",
    "description": "Register the scheduling:overtime-alerts TaskEngine job (per-store) that pushes approaching/over-overtime alerts to managers/owners on the BuyerKiosk Live app. Runs hourly; the job early-exits cheaply when a store has no Live-app recipients, and the scheduleOvertimeAlerts dedupe table means a push only fires on an escalation. Schedule is evaluated in UTC.",
    "database": "kiosk_buykiosk",
    "check_query": "SELECT id FROM task_job_definitions WHERE name = 'scheduling:overtime-alerts'",
    "sql": "INSERT INTO task_job_definitions (name, displayName, className, schedule, isEnabled, queue, scope, timeout, maxRetries, retryBackoff, config) VALUES ('scheduling:overtime-alerts', 'Approaching Overtime Alerts', 'BuyerKiosk\\\\Scheduling\\\\Jobs\\\\OvertimeAlertJob', '0 * * * *', 1, 'low', 'per_store', 300, 1, 60, NULL)"
  }
]
