feat: exit dedicated worker upon new deployment

This commit is contained in:
Ruben Fiszel
2023-11-10 20:45:25 +01:00
parent 4661dd2cea
commit 2038fe68ce
10 changed files with 32 additions and 9 deletions
@@ -48,7 +48,8 @@
"bigquery",
"snowflake",
"graphql",
"powershell"
"powershell",
"mssql"
]
}
}
@@ -73,7 +73,8 @@
"bigquery",
"snowflake",
"graphql",
"powershell"
"powershell",
"mssql"
]
}
}
@@ -34,7 +34,8 @@
"bigquery",
"snowflake",
"graphql",
"powershell"
"powershell",
"mssql"
]
}
}
@@ -66,7 +66,8 @@
"bigquery",
"snowflake",
"graphql",
"powershell"
"powershell",
"mssql"
]
}
}
@@ -46,7 +46,8 @@
"bigquery",
"snowflake",
"graphql",
"powershell"
"powershell",
"mssql"
]
}
}
@@ -52,7 +52,8 @@
"bigquery",
"snowflake",
"graphql",
"powershell"
"powershell",
"mssql"
]
}
}
@@ -48,7 +48,8 @@
"bigquery",
"snowflake",
"graphql",
"powershell"
"powershell",
"mssql"
]
}
}
@@ -0,0 +1,14 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE config SET config = config WHERE name = $1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text"
]
},
"nullable": []
},
"hash": "c10f6b544af2a4a3f7e172a6bb919d5133e633b47942406ddf9834d17950df30"
}
@@ -48,7 +48,8 @@
"bigquery",
"snowflake",
"graphql",
"powershell"
"powershell",
"mssql"
]
}
}
@@ -43,7 +43,8 @@
"bigquery",
"snowflake",
"graphql",
"powershell"
"powershell",
"mssql"
]
}
}