mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
refactor: Update timeout for graceful_shutdown_container in ApplicationDeploymentJob
This commit is contained in:
@@ -2030,8 +2030,6 @@ COPY ./nginx.conf /etc/nginx/conf.d/default.conf");
|
||||
/**
|
||||
* @param int $timeout in seconds
|
||||
*/
|
||||
private function graceful_shutdown_container(string $containerName, int $timeout = 300)
|
||||
{
|
||||
private function graceful_shutdown_container(string $containerName, int $timeout = 60)
|
||||
{
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user