mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-26 08:41:07 +08:00
improve logging of rate limit issues
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
ae349b8afb
commit
c3579476c6
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ class DockerActionManager
|
|||
try {
|
||||
$this->guzzleClient->post($url);
|
||||
} catch (RequestException $e) {
|
||||
error_log($e->getMessage());
|
||||
error_log('Could not get image ' . $this->BuildImageName($container) . ' from docker hub. Probably due to rate limits. ' . $e->getMessage());
|
||||
// Don't exit here because it is possible that the image is already present
|
||||
// and we ran into docker hub limits.
|
||||
// We will exit later if not image should be available.
|
||||
|
|
Loading…
Reference in a new issue