Update (ui)
This commit is contained in:
@@ -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 () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user