Skip to content

Commit

Permalink
Cycle scheduled to update every minute for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Thombrix committed Oct 29, 2023
1 parent f53e276 commit 6949429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DispatchCycleVille extends Command
*
* @var string
*/
protected $description = 'Command description';
protected $description = 'Dispath the cycle ville job';

/**
* Execute the console command.
Expand Down
2 changes: 1 addition & 1 deletion backend-laravel/app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule): void
{
// $schedule->command('inspire')->hourly();
$schedule->command('app:dispatch-cycle-ville')->everyMinute()->withoutOverlapping();
}

/**
Expand Down

0 comments on commit 6949429

Please sign in to comment.