Gitlab Jobs hang in Pending and don't Run

I have a self-managed Gitlab on a DigitalOcean droplet. Everything was running smoothly until I did a resize of the DO Droplet to have more memory. So I powered off, resized and powered it back on.

But now no Job will run, regardless of what I try. The Runners are registered and available and I am able to push to the repo. But then the Pipeline jobs change to pending and never actually run.

The only thing I can see that it’s off in the logs is the following error related to sidekiq: WARN: Errno::ENOENT: No such file or directory - connect(2) for /var/opt/gitlab/redis/redis.socket

Can’t figure out how to fix this.