added timeout to InterpolateGrowthModel
This commit is contained in:
parent
dce7344947
commit
3fa9e9b6d1
|
|
@ -19,6 +19,8 @@ class ProjectInterpolateGrowthModelJob implements ShouldQueue
|
|||
|
||||
protected Project $project;
|
||||
|
||||
public $timeout = 600;
|
||||
|
||||
public function __construct(Project $project)
|
||||
{
|
||||
logger(__CLASS__ . __METHOD__);
|
||||
|
|
|
|||
Loading…
Reference in a new issue