Files
ladill-meet/routes/console.php
T
isaaccladandCursor 4af53f9374
Deploy Ladill Meet / deploy (push) Successful in 52s
Fix stuck recording processing and add invoice service API test.
Capture stage spotlight video for browser recordings, fail incomplete uploads, allow post-session host uploads, and expire stale processing recordings automatically.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 22:54:26 +00:00

8 lines
279 B
PHP

<?php
use Illuminate\Support\Facades\Schedule;
Schedule::command('meet:send-reminders')->everyFiveMinutes();
Schedule::command('meet:process-billing')->daily()->withoutOverlapping();
Schedule::command('meet:fail-stale-recordings')->everyFifteenMinutes()->withoutOverlapping();