Skip to content

Instantly share code, notes, and snippets.

@bleonard
Created April 14, 2017 22:04
Show Gist options
  • Select an option

  • Save bleonard/10b27f2a03c5c84f68aa5b57f60bcebe to your computer and use it in GitHub Desktop.

Select an option

Save bleonard/10b27f2a03c5c84f68aa5b57f60bcebe to your computer and use it in GitHub Desktop.
class UserIndexWorker
include TResque::Worker
inputs :user_id
queue_lock :user_id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment