diff --git a/src/Delivery/SchedulerDeliveryOptions.php b/src/Delivery/SchedulerDeliveryOptions.php index b021ea7..5adbb53 100644 --- a/src/Delivery/SchedulerDeliveryOptions.php +++ b/src/Delivery/SchedulerDeliveryOptions.php @@ -56,7 +56,7 @@ public function isPersistent(): bool public function isHighestPriority(): bool { - return true; + return false; } public function expirationAfter(): ?int