0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/rust/.sqlx/query-2bd3251126625d8dd5143f58f4f9c4bbd0c3a17b7ea65767cf5e7512e5a6ea89.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
532 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE cyclotron_jobs SET state = 'running', lock_id = $1, last_heartbeat=NOW() WHERE id = $2 returning queue_name",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "queue_name",
"type_info": "Text"
}
],
"parameters": {
"Left": ["Uuid", "Uuid"]
},
"nullable": [false]
},
"hash": "2bd3251126625d8dd5143f58f4f9c4bbd0c3a17b7ea65767cf5e7512e5a6ea89"
}