Scheduled jobs stuck in running state in Aria Automation Config
When viewing raas.log with debug logging enabled, we see error similar to:redis. exceptions. ConnectionError: Error 111 connecting to <redis_ip_address>:6379. Connection refused.
Aria Automation Config 8.x
This is caused when the raas service is unable to establish connectivity to the redis database server
systemctl status redis.service // on the redis serversystemctl restart redis.service // on the Redis Serversystemctl restart raas.serivce // on the Raas Server