Replies: 2 comments
-
|
Oh, and I forgot to add information about raised error: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Please contact Upstash support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I have an app deployed to fly.io and as a result using upstash redis (according to sidekiq dashboard it's redis 6.2.6). I'm using newest sidekiq version and it raises error whenever I enter "retries" or "morgue" pages in web UI. I started to investigate it:
On my local machine
@retrieslooks like this:[[job_data, score], [job_data, score]]but when using upstash its flat:[job_data, score, job_data, score]. What cloud be the reason? Upstash missing some features? I compared data returned byzrangecommand via redis-cli and it looks pretty much the same, apart from the fact that in one case score was a float and in the other one a string with float insideBeta Was this translation helpful? Give feedback.
All reactions