LaravelS v3.7.7 Release Notes

Release Date: 2020-08-06 // over 3 years ago
  • // Register cron jobs in file "config/laravels.php"[// ...'timer' =\> [ 'enable' =\> true, 'jobs' =\> [ //...], 'max\_wait\_time' =\> 5, // Max waiting time of reloading// Enable the global lock to ensure that only one instance starts the timer when deploying multiple instances.// This feature depends on Redis, please see https://laravel.com/docs/7.x/redis'global\_lock' =\> true, 'global\_lock\_key' =\> config('app.name', 'Laravel'), ], // ...];