Fixing time

This commit is contained in:
Axel 2021-12-20 22:59:08 +01:00
parent 4a36d03729
commit 7b999e994b

View file

@ -59,9 +59,8 @@ class RunMonitoring extends Command
->where('active', 1)
->orderBy('last_execution', 'ASC')
->take($rounds)
//->get()
->get()
;
dd($tasks->toSql());
if (is_null($tasks) || count($tasks) == 0) {
$this->info('No task to process, going back to sleep');