0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/rust/.sqlx/query-b420ccc79fa7847f65246adf76a074995829d1372fe8ec1fd683f9524bcebb8b.json
Oliver Browne de4213e871
feat(err): Store symbol sets (#25904)
Co-authored-by: David Newell <d.newell1@outlook.com>
2024-11-05 15:50:33 +01:00

24 lines
654 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*), queue_name FROM cyclotron_jobs WHERE state = 'available' AND scheduled <= NOW() GROUP BY queue_name",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8"
},
{
"ordinal": 1,
"name": "queue_name",
"type_info": "Text"
}
],
"parameters": {
"Left": []
},
"nullable": [null, false]
},
"hash": "b420ccc79fa7847f65246adf76a074995829d1372fe8ec1fd683f9524bcebb8b"
}