mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #305] Error when upgrading from 0.17 to 0.18 #124
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#124
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 @sicko7947 on GitHub (Aug 3, 2021).
Original GitHub issue: https://github.com/hibiken/asynq/issues/305
Originally assigned to: @hibiken on GitHub.
Describe the bug
2021/08/03 16:40:48 INTERNAL_ERROR: redis eval error: ERR Error running script (call to f_a3d9ea12b22222adbcad90882a9e57f1874e165a): @user_script:2: @user_script: 2: Wrong number of args calling Redis command From Lua script
To Reproduce

Enqueue tasks
Expected behavior
On enqueuing the tasks this happens
Environment (please complete the following information):
asynqpackage v0.18.2Additional context
I was using v0.17.1, until today I decided to update the package and tryout some new features and then this bug came out saying Lua script args number incorrect.
@hibiken commented on GitHub (Aug 3, 2021):
@sicko7947 thank you for opening an issue!
I have written a upgrade guide from 0.17 to 0.18. Please take a look at https://github.com/hibiken/asynq/wiki/Version-Upgrade-Guide-(from-0.17-to-0.18), and let me know if you have any questions.
@hibiken commented on GitHub (Aug 7, 2021):
Closing this.