mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
chore: add logs to deletes worker
This commit is contained in:
parent
d2b11f91fa
commit
7a4898fadd
1 changed files with 4 additions and 0 deletions
|
|
@ -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++;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue