When processing packets on the command line, send it to the queue

This commit is contained in:
Deon George 2023-09-27 11:19:36 +10:00
parent c0c8861c08
commit 782acad560
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class PacketProcess extends Command
$this->info(sprintf('Processing message from [%s] with msgid [%s] in (%s)',$msg->fboss,$msg->msgid,$f->pktName()));
// Dispatch job.
Job::dispatchSync($msg,$f->pktName(),$a,$pkt->fftn_o,Carbon::now(),$this->option('nobot'));
Job::dispatch($msg,$f->pktName(),$a,$pkt->fftn_o,Carbon::now(),$this->option('nobot'));
}
}
}