2
This commit is contained in:
parent
a860f54292
commit
9daa5124fb
@ -260,7 +260,7 @@ class AutoPharmacistCaVerifyDelayDirectConsumer extends ConsumerMessage
|
|||||||
$data['order_prescription_id'] = (string)$order_prescription['order_prescription_id'];
|
$data['order_prescription_id'] = (string)$order_prescription['order_prescription_id'];
|
||||||
|
|
||||||
$message = new PrescriptionExpiredDelayDirectProducer($data);
|
$message = new PrescriptionExpiredDelayDirectProducer($data);
|
||||||
$message->setDelayMs(1000 * 60 * 10);
|
$message->setDelayMs(1000 * 60 * 20);
|
||||||
$producer = $this->container->get(Producer::class);
|
$producer = $this->container->get(Producer::class);
|
||||||
$res = $producer->produce($message);
|
$res = $producer->produce($message);
|
||||||
if (!$res) {
|
if (!$res) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user