Actions
Bug #9275
openautcron: t3 page, which takes to long to respond, is not reported properly
Start date:
04.10.2019
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Discuss:
Prio Planung:
Vote:
Description
Auf w16 werden ueber ein AutoCron Skript gitlab Berechtigungen erzeugt. Dieses Script benoetigt mehrere Minuten. Scheinbar hat der CLI PHP Interpreter einen Timeout, der das Skript hart abbrechen laesst.
Der System Cron sendet dann eine Mail:
FROM: root@math.uzh.ch TO: www-data@math.uzh.ch SUBJECT: Cron <www-data@w16> /usr/bin/php /var/www/html/my/typo3conf/ext/qfq/Classes/External/autocron.php DATE: 01.10.2019 - 13:03:01 PHP Warning: file_get_contents(https://w16.math.uzh.ch/my?id=updateGitlabPrivileges&token=secret....&nId=all): failed to open stream: HTTP request failed! in /var/www/html/my/typo3conf/ext/qfq/Classes/Core/Helper/DownloadPage.php on line 73
Updated by Marc Egger about 4 years ago
Das Timeout ist momentan auf 20min (1200 Sekunden) hartcodiert. Siehe DownloadPage.php:
'http' => array(
'timeout' => 1200,
),
Updated by Carsten Rose almost 4 years ago
- Status changed from New to Some day maybe
Updated by Carsten Rose almost 4 years ago
- Status changed from Some day maybe to New
Updated by Carsten Rose almost 4 years ago
- Target version changed from 146 to 55
Updated by Carsten Rose almost 4 years ago
- Target version changed from 55 to next7
Actions