Last Updated: Nov 26, 2021
Whenever there is maintenance activity in the JIFFY.ai core server or application upgrades etc. the folllowing services must be stopped.
- /opt/nginx/sbin/nginx -s stop
- ps -ef | grep nginx
To check the status, run the following command.systemctl stop rabbitmq-server
To confirm if the RabbitMQ is stopped properly, run the following command.systemctl status rabbitmq-server
ps aux | grep -i rabbitmq | grep -v grep
- sudo /etc/init.d/td-agent stop
- sudo /etc/init.d/td-agent status
Jiffy core services, such as stop/start Applications must be performed from jiffyapp-usr
Switch the user to JIFFY.ai app Linux user and run the following commands as JIFFY.ai app user to stop the Jiffy Application.