mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 19:14:41 -04:00
Small fixes
This commit is contained in:
parent
b4afd1419e
commit
d47a0e1392
@ -68,6 +68,11 @@ class Kernel extends ConsoleKernel
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(config('queue.default') && Ninja::isSelfHost()) {
|
||||||
|
$schedule->command('queue:work')->everyMinute()->withoutOverlapping();
|
||||||
|
$schedule->command('queue:restart')->everyFiveMinutes()->withoutOverlapping();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user