Add email tool tracking

This commit is contained in:
2023-12-07 12:49:45 +08:00
parent 46b07de8b8
commit 84a96833ff
48 changed files with 320 additions and 114 deletions

View File

@@ -20,7 +20,7 @@ protected function schedule(Schedule $schedule)
{
$schedule->command('sitemap:generate')->everySixHours()->name('sitemap-generate-every-six-hours');
$schedule->call(function () {
$url_to_crawl = UrlToCrawl::where('is_crawling', false)->inRandomOrder()->first();