Logging for email quotas
This commit is contained in:
parent
7b73104a45
commit
b4ae1faf64
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ class AdjustEmailQuota implements ShouldQueue
|
|||
{
|
||||
|
||||
Account::query()->cursor()->each(function ($account){
|
||||
nlog("resetting email quota for {$account->key}");
|
||||
Cache::forget($account->key);
|
||||
Cache::forget("throttle_notified:{$account->key}");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue