mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
615c435139
Co-authored-by: Brett Hoerner <brett@posthog.com>
13 lines
397 B
JSON
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"
|
|
}
|