We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
When a task is not found in Redis, it returns an error with message cannot cast id: Attribute error.
cannot cast id: Attribute error
Looking into the code, I see there is actually a check to tell whether the task is not found in Redis:
bokchoy/queue.go
Line 228 in 0421bea
But I think that check will always be false because of
bokchoy/broker_redis.go
Line 325 in 0421bea
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
When a task is not found in Redis, it returns an error with message
cannot cast id: Attribute error
.Looking into the code, I see there is actually a check to tell whether the task is not found in Redis:
bokchoy/queue.go
Line 228 in 0421bea
But I think that check will always be false because of
bokchoy/broker_redis.go
Line 325 in 0421bea
The text was updated successfully, but these errors were encountered: