Skip to content

Commit 58aa0fa

Browse files
committed
chore: Remove max retries
1 parent 23ef84f commit 58aa0fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/Jobs/UpdateXtreamStats.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ class UpdateXtreamStats implements ShouldBeUnique, ShouldQueue
1515
{
1616
use Queueable;
1717

18-
public $tries = 2; // Max 2 attempts
19-
2018
public $cacheKey = '';
2119

2220
public function __construct(

0 commit comments

Comments
 (0)