Skip to content

Instantly share code, notes, and snippets.

@halida
Created July 17, 2012 16:14
Show Gist options
  • Save halida/3130364 to your computer and use it in GitHub Desktop.
Save halida/3130364 to your computer and use it in GitHub Desktop.
resque bug
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