Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
3602a44f
Commit
3602a44f
authored
Nov 28, 2019
by
Dominik Hebeler
Browse files
Timeout for job is now higher than maximum runtime of job
parent
612dcaf7
Changes
1
Show whitespace changes
Inline
Side-by-side
app/Jobs/Searcher.php
View file @
3602a44f
...
...
@@ -13,6 +13,12 @@ class Searcher implements ShouldQueue
use
InteractsWithQueue
,
Queueable
,
SerializesModels
;
public
$tries
=
1
;
/**
* The number of seconds the job can run before timing out.
*
* @var int
*/
public
$timeout
=
300
;
protected
$name
,
$ch
,
$pid
,
$counter
,
$lastTime
,
$connectionInfo
,
$user
,
$password
,
$headers
;
protected
$proxyhost
,
$proxyuser
,
$proxypassword
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment