mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #191] UNKNOWN: UNKNOWN: redis eval error: ERR Error running script #744
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#744
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hieunguyen1809 on GitHub (Oct 26, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/191
Hi guys, I'm using as an library. It's run fine in my lap but fail on remote. Can I know what is the root cause of this? Thank you so much.
api/queues.https://photos.app.goo.gl/9rd7HX8DB9i4c8Le9
Stacktrade:
UNKNOWN: UNKNOWN: redis eval error: ERR Error running script (call to f_d2725d6f7a40c52b2534b2526b30a74d28fe023e): @user_script:21: user_script:21: attempt to perform arithmetic on local 'm' (a string value)@hibiken commented on GitHub (Oct 26, 2021):
@hieunguyen1809 Thank you for opening an issue!
Would you mind checking the version of redis? Asynq curretly requires redis v4 or above.
@hieunguyen1809 commented on GitHub (Oct 26, 2021):
@hibiken I checked and found that the using version of redis is 5.3.3
@hibiken commented on GitHub (Oct 26, 2021):
I see. Would you mind checking the version of
asynqpackage andasynqmon? This could be just a version incompatibility issue@hieunguyen1809 commented on GitHub (Oct 27, 2021):
I think this the problem come from the redis docker (eqalpha/keydb). Because I tested yesterday with bitnami/redis and it ran fine. Btw, I'm using asynq v0.18.6 and asynqmon v0.3.2.
@hieunguyen1809 commented on GitHub (Oct 28, 2021):
I just upgrade redis version to 6.0.16 and the issue is gone. Thank guys.