stable

Clone or download

Read-only

Delayed CLI commands should make sure the DB connection is still up

When a CLI command is delayed the DB connection might be clsoed due to the inactivity. The command should make sure the DB connection is still usable before continue the execution otherwise the execution might crash. This is part of request #13394: tuleap-aio should run on centos7 Change-Id: Ifff99b3a5e820eb22a24b0aaf4c149469fff4cbd

Modified Files

Name
M src/common/CLI/Command/LaunchEveryMinuteJobCommand.php +14 −15 Go to diff View file
M src/common/CLI/Command/ProcessSystemEventsCommand.php +18 −14 Go to diff View file
M src/common/CLI/Command/QueueSystemCheckCommand.php +17 −14 Go to diff View file
M src/utils/tuleap.php +7 −4 Go to diff View file