mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
9734a40c96
Co-authored-by: Brett Hoerner <brett@bretthoerner.com> Co-authored-by: Ben White <ben@posthog.com>
13 lines
410 B
JSON
13 lines
410 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\nDELETE FROM cyclotron_jobs WHERE state = 'running' AND COALESCE(last_heartbeat, $1) <= $1 AND janitor_touch_count >= $2\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": ["Timestamptz", "Int2"]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "fdda5a80f5495f2d4b15ce1a0963f990986c8b8433f01e449fbd1eee70ce6aeb"
|
|
}
|