Daniel Supernault 2 роки тому
батько
коміт
a3b67a88dc

+ 2 - 0
app/Jobs/AvatarPipeline/RemoteAvatarFetch.php

@@ -38,6 +38,8 @@ class RemoteAvatarFetch implements ShouldQueue
 	 * @var int
 	 */
 	public $tries = 1;
+	public $timeout = 300;
+	public $maxExceptions = 1;
 
 	/**
 	* Create a new job instance.

+ 2 - 2
app/Jobs/InboxPipeline/DeleteWorker.php

@@ -25,8 +25,8 @@ class DeleteWorker implements ShouldQueue
 	protected $headers;
 	protected $payload;
 
-	public $timeout = 120;
-	public $tries = 3;
+	public $timeout = 300;
+	public $tries = 1;
 	public $maxExceptions = 1;
 
 	/**