worked with timon to harmonize report output
This commit is contained in:
parent
2c1d70e0a6
commit
a990560400
|
|
@ -21,7 +21,7 @@ class ProjectMosiacGeneratorJob implements ShouldQueue
|
|||
|
||||
public ProjectMosaic $mosaic;
|
||||
|
||||
protected $timeout = 120;
|
||||
protected $timeout = 220;
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
|
|
@ -47,7 +47,7 @@ public function handle(): void
|
|||
|
||||
|
||||
$process = new Process($command);
|
||||
$process->setTimeout(120);
|
||||
$process->setTimeout(220);
|
||||
$currentPath = '/usr/bin:/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin/Users/mfolkerts/anaconda3/bin:/Library/Apple/usr/bin';
|
||||
|
||||
$process->setEnv(['PATH' => $currentPath.':/usr/local/Cellar/pandoc/3.1.8/bin/pandoc']);
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ public function getDateRangeProperty()
|
|||
if (empty($this->formData['week']) || strlen($this->formData['year']) !== 4) {
|
||||
return '<span class="text-red-500">Invalid week or year</span>';
|
||||
}
|
||||
// @TODO dit moet gecorrigeerd voor de project settings;
|
||||
$begin = now()
|
||||
->setISODate($this->formData['year'], $this->formData['week'])
|
||||
->startOfWeek();
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ private function createChembaProject()
|
|||
'updated_at' => '2021-01-01 00:00:00',
|
||||
], [
|
||||
'name' => 'Timon Weitkamp',
|
||||
'email' => 'timon@smartfarmingtech.com',
|
||||
'email' => 'timon@resiliencebv.com',
|
||||
'created_at' => '2021-01-01 00:00:00',
|
||||
'updated_at' => '2021-01-01 00:00:00',
|
||||
],
|
||||
|
|
@ -110,7 +110,7 @@ private function createChembaProject()
|
|||
'updated_at' => $mailing->updated_at,
|
||||
], [
|
||||
'name' => 'Timon Weitkamp',
|
||||
'email' => 'timon@smartfarmingtech.com',
|
||||
'email' => 'timon@resiliencebv.com',
|
||||
'created_at' => $mailing->created_at,
|
||||
'updated_at' => $mailing->updated_at,
|
||||
],
|
||||
|
|
@ -174,7 +174,7 @@ private function createXinavaneProject()
|
|||
'updated_at' => '2021-01-01 00:00:00',
|
||||
], [
|
||||
'name' => 'Timon Weitkamp',
|
||||
'email' => 'timon@smartfarmingtech.com',
|
||||
'email' => 'timon@resiliencebv.com',
|
||||
'created_at' => '2021-01-01 00:00:00',
|
||||
'updated_at' => '2021-01-01 00:00:00',
|
||||
],
|
||||
|
|
@ -205,7 +205,7 @@ private function createXinavaneProject()
|
|||
'updated_at' => $mailing->updated_at,
|
||||
], [
|
||||
'name' => 'Timon Weitkamp',
|
||||
'email' => 'timon@smartfarmingtech.com',
|
||||
'email' => 'timon@resiliencebv.com',
|
||||
'created_at' => $mailing->created_at,
|
||||
'updated_at' => $mailing->updated_at,
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue