Skip to content

Test of all synQup services (MySQL, MongoDB, etc.)

Our deployment uses a command to check the status of all container services. It is called by:

bin/console synqup:services:test

The following services are going to be tested (in that order):

  • Redis
  • RabbitMQ
  • MySQL
  • MongoDB

If a service is not running, the command will stop immediately. The subsequent services are not checked in case of failure.