-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
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
Feature/implement fast load lock #276
Feature/implement fast load lock #276
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mski-iksm Thanks for great contribution!
I put a few comments for documentation.
Could you also add doc here?
https://github.com/m3dev/gokart/blob/master/docs/using_task_cache_collision_lock.rst
gokart/redis_lock.py
Outdated
# When TargetOnKart.remove() is called, remove() must be simply wrapped with redis lock. | ||
# https://github.com/m3dev/gokart/issues/265 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be documented, too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@mski-iksm thx for cool improvement :) @hirosassa @kitagry thx for reviews! Merged |
issue: #265
I've implemented redis lock following above issue.
Please review!