fix: retry notifications

This commit is contained in:
Andras Bacsai
2023-09-08 16:53:19 +02:00
parent c472042a94
commit 03d9f93397
10 changed files with 10 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ class NotReachable extends Notification implements ShouldQueue
{
use Queueable;
public $tries = 5;
public function __construct(public Server $server)
{