Skip to content

Commit 68dae6e

Browse files
committed
chore: disable database readiness check
1 parent 1ff3a6d commit 68dae6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_control/ready.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
// Test web server ready, and _common files, and vendor files ready
77

8+
/* DISABLE database check because we don't need to restart this pod if database is not ready
89
// Test db connection. Connect fails if db is not ready
910
$mssql = Keyman\Site\com\keyman\api\Tools\DB\DBConnect::Connect();
1011
@@ -50,6 +51,7 @@
5051
} catch(PDOException $e) {
5152
die('japanese_import.sql not ready: ' . $e->getMessage());
5253
}
54+
*/
5355

5456
if (!file_exists(__DIR__ . '/../.data/activeschema.txt')) {
5557
die('/.data/activeschema.txt not ready');

0 commit comments

Comments
 (0)