mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Logging for email quotas
This commit is contained in:
parent
7b73104a45
commit
b4ae1faf64
@ -60,6 +60,7 @@ class AdjustEmailQuota implements ShouldQueue
|
|||||||
{
|
{
|
||||||
|
|
||||||
Account::query()->cursor()->each(function ($account){
|
Account::query()->cursor()->each(function ($account){
|
||||||
|
nlog("resetting email quota for {$account->key}");
|
||||||
Cache::forget($account->key);
|
Cache::forget($account->key);
|
||||||
Cache::forget("throttle_notified:{$account->key}");
|
Cache::forget("throttle_notified:{$account->key}");
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user