mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
565 B
JSON
16 lines
565 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "\n UPDATE realtime_outbox\n SET status = $2,\n locked_by = NULL,\n locked_at = NULL,\n next_retry_at = NOW()\n WHERE status = 2\n AND locked_at < NOW() - ($1::BIGINT::TEXT || ' seconds')::INTERVAL\n ",
|
||
|
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Int8",
|
||
|
|
"Int2"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
|
"hash": "cf11377455c154d1c8d6861edea56edd6a6251f74615113f1b434e541a3ecda4"
|
||
|
|
}
|