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

{
"db_name": "PostgreSQL",
"query": "INSERT INTO cyclotron_dead_letter_metadata (job_id, original_queue_name, reason, dlq_time) VALUES ($1, $2, $3, NOW())",
"describe": {
"columns": [],
"parameters": {
"Left": ["Uuid", "Text", "Text"]
},
"nullable": []
},
"hash": "b8c1b723826d595dca0389d729fa76bd8a7d96d73983a0c408f32f17da5f483b"
}