contao / contao-manager

Contao Manager
GNU Lesser General Public License v3.0
83 stars 33 forks source link

Inline oparation did not complete with in 60s #684

Closed mlwebworker closed 2 years ago

mlwebworker commented 2 years ago

Wie auf Slack https://contao.slack.com/archives/C02G1F30MSA/p1649364181445959 und um Forum https://community.contao.org/de/showthread.php?82813-Inline-operation-did-not-complete-within-60-seconds-Was-bedeutet-das diskutiert kommt es bei Updates auf Contao 4.13 und bei der Installation von Erweiterungen zur Fehlermeldung Inline oparation did not complete with in 60s

Ich selbst konnte es bisher nur bei Updates von Contao 4.13.1 auf Contao 4.13.2 beobachten. Ein zweiter Versuch des Updates ist bei mir immer erfolgreich gewesen.

Bei mir betroffene Hoster: Hostpoint, webgo, All-Inkl (sehr altes Paket) - alles Shared Hosting Bei Christian Feneberg ist es lokal im Mamp aufgetreten Im Forum und in Slack habe ich nur von Hostpoint und webgo gelesen

Nicht betroffen bei mir waren: Netcup, Hostingwerk, Strato, neuere Pakete bei All-Inkl. und Hetzner (auch alles Shared Hosting)

aschempp commented 2 years ago

es liegt nicht am Hoster, sondern an der "Performance". Wenn das Update/Install mehr als 60 Sek. dauert kommt die Meldung fälschlicherweise. Behoben in bbe6057adbd4a902559abb40fd71e3e41c87fd06

mlwebworker commented 2 years ago

Danke

dmolineus commented 2 years ago

Is the logik correct here? The past start date will always be smaller than the current date + 60 seconds:

https://github.com/contao/contao-manager/blob/bbe6057adbd4a902559abb40fd71e3e41c87fd06/api/TaskOperation/AbstractInlineOperation.php#L70

Total-Reality commented 2 years ago

Hi Andreas, vielen Dank für den super schnellen Fix! Es sieht sehr gut aus.