0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/rust/.sqlx/query-78f54fcebc11e2411008448281e4711bdfb8cf78e362ccda8bc14e92324d51f8.json
Oliver Browne 615c435139
feat(cyclotron): Change dead-letter strategy, adopt in fetch and janitor (#24569)
Co-authored-by: Brett Hoerner <brett@posthog.com>
2024-08-27 10:52:16 +03:00

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"
}