Update (ui)

This commit is contained in:
2023-12-03 13:15:28 +08:00
parent 8309fd467c
commit 27e7c153de

View File

@@ -20,9 +20,9 @@ protected function schedule(Schedule $schedule): void
{
$schedule->command('sitemap:generate')->everySixHours()->name('sitemap-generate-every-six-hours');
// $schedule->call(function () {
// BrowseRSSPostJob::dispatch(1)->onQueue('default')->onConnection('default');
// })->hourly()->name('browse-rss-post-job-hourly');
$schedule->call(function () {
BrowseRSSPostJob::dispatch(1)->onQueue('default')->onConnection('default');
})->hourly()->name('browse-rss-post-job-hourly');
// $schedule->call(function () {