mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
615c435139
Co-authored-by: Brett Hoerner <brett@posthog.com>
19 lines
461 B
JSON
19 lines
461 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT COUNT(*) FROM cyclotron_jobs WHERE queue_name = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "count",
|
|
"type_info": "Int8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": ["Text"]
|
|
},
|
|
"nullable": [null]
|
|
},
|
|
"hash": "78f54fcebc11e2411008448281e4711bdfb8cf78e362ccda8bc14e92324d51f8"
|
|
}
|