CheckQueueFailedJobs

This commit is contained in:
xiaomlove
2024-07-04 03:21:53 +08:00
parent 36fef3e834
commit 137be0c62a
8 changed files with 99 additions and 9 deletions
+1 -2
View File
@@ -98,8 +98,7 @@ class Test extends Command
*/
public function handle()
{
$diff = get_setting("system.alarm_email_receiver");
dd($diff);
CleanupRepository::checkQueueFailedJobs();
}
}