fix: isolate tick errors per event, bound overlap lock
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BCrwHHnGCB5XH968Nxokqw
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
use Illuminate\Support\Facades\Schedule;
|
||||
|
||||
Schedule::command('hado:tick')->everyMinute()->withoutOverlapping()->runInBackground();
|
||||
Schedule::command('hado:tick')->everyMinute()->withoutOverlapping(5)->runInBackground();
|
||||
Schedule::command('hado:purge')->dailyAt('04:00');
|
||||
|
||||
Reference in New Issue
Block a user