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

13 lines
364 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE cyclotron_jobs SET state = 'available', lock_id = NULL, queue_name = $1 WHERE id = $2",
"describe": {
"columns": [],
"parameters": {
"Left": ["Text", "Uuid"]
},
"nullable": []
},
"hash": "2ca9ea5e8706bba21b14d9a349f3d0e39f01b19b243d724b09f3ce6617d03dc7"
}