Fixing time
This commit is contained in:
parent
4a36d03729
commit
7b999e994b
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue