[
  {
    "type": "insert",
    "description": "Register StrandedBuyCleanupJob for nightly checkout of stranded completed buys",
    "database": "kiosk_buykiosk",
    "check_query": "SELECT id FROM task_job_definitions WHERE name = 'queue:stranded-buy-cleanup'",
    "sql": "INSERT INTO task_job_definitions (name, displayName, className, schedule, isEnabled, queue, scope, timeout, maxRetries, retryBackoff, config) VALUES ('queue:stranded-buy-cleanup', 'Stranded Buy Cleanup', 'BuyerKiosk\\\\TaskEngine\\\\Jobs\\\\StrandedBuyCleanupJob', '59 23 * * *', 1, 'low', 'per_store', 120, 2, 60, NULL)"
  }
]
