Created
July 17, 2012 16:14
-
-
Save halida/3130364 to your computer and use it in GitHub Desktop.
resque bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Outbox | |
@queue='v_redis' | |
def self.perform(userid,msgid) | |
$v_redis.set('ok',msgid+"*******") | |
get(userid,msgid) | |
end | |
def get(msg,msgid) | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment