daily() ->runInBackground() ->withoutOverlapping(); } if (InstallUtils::isDbCreated()) { Schedule::command('check:invoices:status') ->daily(); Schedule::command('check:estimates:status') ->daily(); Schedule::command('generate:recurring-invoices') ->everyMinute() ->withoutOverlapping(60); }