CoreArchiver throws Error in lin line 27

Hi. From time to time i get some errors from a running archive-cronjob. It seems there is something wrong with target website but it’s not. The cronjob runs every hour for about 1 - 3 minutes over 71 sites.
Can i ignore this errors or should is there really something wrong?

Here is the text from the resulting error-log:

ERROR [2020-04-19 02:05:22] 7688  Empty or invalid response '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>503 Service Unavailable</title> </head><body> <h1>Service Unavailable</h1> <p>The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p> </body></html>' for website id 3, Time elapsed: 0.432s, skipping
ERROR [2020-04-19 02:05:22] 7688  Empty or invalid response '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>503 Service Unavailable</title> </head><body> <h1>Service Unavailable</h1> <p>The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p> </body></html>' for website id 10, Time elapsed: 0.308s, skipping
ERROR [2020-04-19 02:05:23] 7688  Empty or invalid response '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>503 Service Unavailable</title> </head><body> <h1>Service Unavailable</h1> <p>The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p> </body></html>' for website id 13, Time elapsed: 0.310s, skipping
ERROR [2020-04-19 02:05:23] 7688  Empty or invalid response '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>503 Service Unavailable</title> </head><body> <h1>Service Unavailable</h1> <p>The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p> </body></html>' for website id 18, Time elapsed: 0.307s, skipping
ERROR [2020-04-19 02:05:23] 7688  Empty or invalid response '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>503 Service Unavailable</title> </head><body> <h1>Service Unavailable</h1> <p>The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p> </body></html>' for website id 20, Time elapsed: 0.309s, skipping
ERROR [2020-04-19 02:05:55] 7688  5 total errors during this script execution, please investigate and try and fix these errors.
ERROR [2020-04-19 02:05:55] 7688  Uncaught exception: /html/piwik/core/CronArchive.php(602): 5 total errors during this script execution, please investigate and try and fix these errors.
5 total errors during this script execution, please investigate and try and fix these errors.
#0 /html/piwik/core/CronArchive.php(595): Piwik\CronArchive->logFatalError('5 total errors ...')
#1 /html/piwik/core/CronArchive.php(330): Piwik\CronArchive->end()
#2 /html/piwik/core/Access.php(635): Piwik\CronArchive->Piwik\{closure}()
#3 /html/piwik/core/CronArchive.php(331): Piwik\Access::doAsSuperUser(Object(Closure))
#4 /html/piwik/plugins/CoreConsole/Commands/CoreArchiver.php(27): Piwik\CronArchive->main()
#5 /html/piwik/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Piwik\Plugins\CoreConsole\Commands\CoreArchiver->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /html/piwik/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /html/piwik/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(Piwik\Plugins\CoreConsole\Commands\CoreArchiver), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 [internal function]: Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /html/piwik/core/Console.php(140): call_user_func(Array, Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /html/piwik/core/Access.php(644): Piwik\Console->Piwik\{closure}()
#11 /html/piwik/core/Console.php(141): Piwik\Access::doAsSuperUser(Object(Closure))
#12 /html/piwik/core/Console.php(93): Piwik\Console->doRunImpl(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 /html/piwik/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Piwik\Console->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 /html/piwik/console(32): Symfony\Component\Console\Application->run()
#15 {main}


                                                                                                 
  [Exception]                                                                                    
  5 total errors during this script execution, please investigate and try and fix these errors.  
                                                                                                 


core:archive [--url="..."] [--force-all-websites] [--force-all-periods[="..."]] [--force-timeout-for-periods[="..."]] [--skip-idsites[="..."]] [--skip-all-segments] [--force-idsites[="..."]] [--skip-segments-today] [--force-periods[="..."]] [--force-date-last-n="..."] [--force-date-range[="..."]] [--force-idsegments="..."] [--concurrent-requests-per-website[="..."]] [--concurrent-archivers[="..."]] [--disable-scheduled-tasks] [--accept-invalid-ssl-certificate] [--php-cli-options[="..."]]

Hi,

Are you able to extend the max-exexution-time of your PHP setup? The requests always abort after 30s which seems suspicious like a timout.

Hi Lucas,
thanks for the response.
I’ll try it. Have to launch a ticket for this to my service-provider.

The value ‘max_execution_time’ already is 360 on the server.

In that case check your PHP error log to see which error exactly occurs to make the webserver return a 503.