Summary:
False error messages can be avoided by extending timeouts.
Question/Issue Description:
FileCloud checks if the Message Queue service is active and generates an alert if the last processed entry is too old.
Under certain circumstances, this test may report an error even though the MQ service is active.
The check (FileCloud Admin Portal -> Settings -> Support Services) shows the MQ service as active.
Environment Details:
Error/Log Message:
MQ Service is not running
Steps to Reproduce:
Resolution/Workaround:
To avoid these alerts, the parameter TONIDOCLOUD_MQ_ALIVE_TIME_SECONDS can be set to a value higher than 190 (default).
Add the line:
define("TONIDOCLOUD_MQ_ALIVE_TIME_SECONDS", 300);
Notes: This resolution is applicable only if the fcorechstrator service is running. In Windows, you can verify this from Windows Services, and in Linux, using the command service fcorchestrator status.