mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 00:46:45 +01:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "\nINSERT INTO cyclotron_jobs\n (\n id,\n team_id,\n function_id,\n created,\n lock_id,\n last_heartbeat,\n janitor_touch_count,\n transition_count,\n last_transition,\n queue_name,\n state,\n scheduled,\n priority,\n vm_state,\n metadata,\n parameters\n )\nVALUES\n ($1, $2, $3, NOW(), NULL, NULL, 0, 0, NOW(), $4, $5, $6, $7, $8, $9, $10)\n ",
|
||
|
"describe": {
|
||
|
"columns": [],
|
||
|
"parameters": {
|
||
|
"Left": [
|
||
|
"Uuid",
|
||
|
"Int4",
|
||
|
"Uuid",
|
||
|
"Text",
|
||
|
{
|
||
|
"Custom": {
|
||
|
"name": "jobstate",
|
||
|
"kind": {
|
||
|
"Enum": ["available", "completed", "failed", "running", "paused"]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"Timestamptz",
|
||
|
"Int2",
|
||
|
"Text",
|
||
|
"Text",
|
||
|
"Text"
|
||
|
]
|
||
|
},
|
||
|
"nullable": []
|
||
|
},
|
||
|
"hash": "7217e766aeb53298238222c0c71a2ce446cac731845c53cb926fc47ace708dd6"
|
||
|
}
|