mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: add logs to deletes worker
This commit is contained in:
@@ -618,6 +618,10 @@ class DeletesV1 extends Worker
|
||||
|
||||
$executionStart = \microtime(true);
|
||||
|
||||
var_dump("Collection : ", $collection);
|
||||
var_dump("Database : ", $database->getDefaultDatabase());
|
||||
var_dump("Namespace : ", $database->getNamespace());
|
||||
|
||||
while ($sum === $limit) {
|
||||
$chunk++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user