Sporadischer Http 503 error beim Versuch den Cache zu löschen und 2 weitere Probleme

Hi,
bekomme sporadisch einen Http 503 error beim Versuch den Cache zu löschen:

Auszug aus Apache access.log (IP und domain geschwärzt):
x.x.x.x - - [05/Nov/2018:12:46:28 +0100] “GET /backend/Cache/getInfo?_dc=1541418388817&page=1&start=0&limit=25 HTTP/2.0” 503 2416 “https://xxx.com/backend/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36”

Manchmal kommen auch bei den Produktdetailseiten im Frontend 500er Fehler, beim erneuten Laden der Seite passt dann wieder alles. Ich denke mal alle 3 Probleme hängen irgendwie zusammen.
Auszug aus apache error.log wenn ein 500er auftritt:
[Wed Nov 07 09:57:32.753893 2018] [proxy_fcgi:error] [pid 28644:tid 139941384226560] [client 212.152.255.42:14351] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught TypeError: Argument 1 passed to Shopware\Components\Compatibility\LegacyStructConverter::convertListProductStruct() must be an instance of Shopware\Bundle\StoreFrontBundle\Struct\ListProduct, null given, called in /mnt/disks/shopware/xxx/engine/Shopware/Components/Compatibility/LegacyStructConverter.php on line 540 and defined in /mnt/disks/shopware/xxx/engine/Shopware/Components/Compatibility/LegacyStructConverter.php:307\nStack trace:\n#0 /mnt/disks/shopware/xxx/engine/Shopware/Components/Compatibility/LegacyStructConverter.php(540): Shopware\Components\Compatibility\LegacyStructConverter->convertListProductStruct(NULL)\n#1 /mnt/disks/shopware/www.globo-lighting.com/engine/Shopware/Core/sArticles.php(2448): Shopware\Components\Compatibility\LegacyStructConverter->convertProductStruct(Object(Shopware\Bundle\StoreFrontBundle\Struct\Product))\n#2 /mnt/disks/shopware/xxx/engine/Shopware/Core/sArti…\n’, referer: Redirect Notice

Manchmal kommt auch 0 -communication failure, habe dazu diesen Post gefunden:
https://forum.shopware.com/discussion/32713/geloest-fehler-beim-shop-cache-leeren-0-communication-failure

Leider treten die Probleme immer wieder seit mehreren Shopware Versionen erneut auf. Also wenn man zB den Cache Ordner umbennet läuft es wieder kurz bis erneut einer der oben genannten Fehler auftauchen.

Ideen wie ich die Probleme in den Griff bekommen kann?