소스 검색

Increase StatusReplyPipeline timeout

Daniel Supernault 2 년 전
부모
커밋
76edd2063d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Jobs/StatusPipeline/StatusReplyPipeline.php

+ 2 - 2
app/Jobs/StatusPipeline/StatusReplyPipeline.php

@@ -27,8 +27,8 @@ class StatusReplyPipeline implements ShouldQueue
 	 */
 	 */
 	public $deleteWhenMissingModels = true;
 	public $deleteWhenMissingModels = true;
 
 
-	public $timeout = 5;
-	public $tries = 1;
+	public $timeout = 60;
+	public $tries = 2;
 
 
 	/**
 	/**
 	 * Create a new job instance.
 	 * Create a new job instance.