1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

Merge pull request #8169 from appwrite/remove-pdo-exception

Remove throw PdoException in Error hook
This commit is contained in:
Jake Barnby 2024-05-22 22:43:21 +12:00 committed by GitHub
commit 329b2e151d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -337,10 +337,6 @@ $worker
$pools->reclaim();
$version = System::getEnv('_APP_VERSION', 'UNKNOWN');
if ($error instanceof PDOException) {
throw $error;
}
if ($logger) {
$log->setNamespace("appwrite-worker");
$log->setServer(\gethostname());