Skip to content

Commit 45a2268

Browse files
committed
feat: add hamster script
1 parent b1f624b commit 45a2268

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Appwrite/Platform/Tasks/Hamster.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ public function action(Registry $register, Group $pools, Cache $cache, Database
214214
}
215215

216216
$this->sendEmail($register);
217+
218+
$pools
219+
->get('console')
220+
->reclaim();
217221
}
218222

219223
private function sendEmail(Registry $register)

0 commit comments

Comments
 (0)