CopyPastor

Detecting plagiarism made easy.

Score: 1; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2023-09-22
by Yasin Patel

Original Post

Original - Posted on 2023-09-22
by Yasin Patel



            
Present in both answers; Present only in the new answer; Present only in the old answer;

I had the same problem
I resolved the issue by using the below code in Job class.
public $failOnTimeout = false;
It will continue if there is timeout or fail job. I also increased timeout time.
public $timeout = 120000;
Reference : https://laravel.com/docs/9.x/queues#failing-on-timeout
I had the same problem
I resolved the issue by using the below code in Job class.
public $failOnTimeout = false;
It will continue if there is timeout or fail job. I also increased timeout time.
public $timeout = 120000;
Reference : https://laravel.com/docs/9.x/queues#failing-on-timeout

        
Present in both answers; Present only in the new answer; Present only in the old answer;