You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the package aws/aws-sdk-php on a composer.json file inside a symfony project deployed on fargate container.
"require": {
"aws/aws-sdk-php": "^3.212",
When I try to launch "composer update" for this package on my fargate container, this command falied because dezipping and installing is to long and composer fall in timeout.
Of course I finally grow up the execution time of composer, and then it is ok, but it takes sometime more than 30 minutes !
Is there another way to use this package ? or another way to update it which takes less time ?
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
dezipping and installing this package with composer in less than 300 seconds (which is the default time for composer)
Current Behavior
Fargate service with php container, inside which we use "composer update" command, and dezipping aws/aws-sdk-php package is to long (do not depend of devices and network ability)
Reproduction Steps
try to launch any application in php 8.2 with composer.json containing a "require" line of this package, and wait for a version update (example pass from v3.334.0 to v3.336.0, but it is the same for any upgrading).
composer version : 2.8.3
Possible Solution
No response
Additional Information/Context
No response
SDK version used
up than 3.212
Environment details (Version of PHP (php -v)? OS name and version, etc.)
php 8.2
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using the package aws/aws-sdk-php on a composer.json file inside a symfony project deployed on fargate container.
"require": {
"aws/aws-sdk-php": "^3.212",
When I try to launch "composer update" for this package on my fargate container, this command falied because dezipping and installing is to long and composer fall in timeout.
Of course I finally grow up the execution time of composer, and then it is ok, but it takes sometime more than 30 minutes !
Is there another way to use this package ? or another way to update it which takes less time ?
Regression Issue
Expected Behavior
dezipping and installing this package with composer in less than 300 seconds (which is the default time for composer)
Current Behavior
Fargate service with php container, inside which we use "composer update" command, and dezipping aws/aws-sdk-php package is to long (do not depend of devices and network ability)
Reproduction Steps
try to launch any application in php 8.2 with composer.json containing a "require" line of this package, and wait for a version update (example pass from v3.334.0 to v3.336.0, but it is the same for any upgrading).
composer version : 2.8.3
Possible Solution
No response
Additional Information/Context
No response
SDK version used
up than 3.212
Environment details (Version of PHP (
php -v
)? OS name and version, etc.)php 8.2
The text was updated successfully, but these errors were encountered: