I created a Redis database and configured the REDIS_URL in my Vapor app. I’m using Redis to execute scheduled jobs, but it’s not working.
I tried connecting manually to the Redis database, but for about a minute, it displays “Connecting to database” and then fails. It seems like my Redis server is down, but when I check the Upstash Redis section, I see it marked as green. What wrong?