Guest User

Untitled

a guest
Jan 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # fancy code here for the post model
  2.  
  3. extend Resque::Plugins::Retry
  4. @queue = :posts
  5. # set to 120 limit at 30 delay (one post every 30sec for 1hr)
  6. @retry_limit = 120
  7. @retry_delay = 30
  8.  
  9. # more fancy post model code here as well
Add Comment
Please, Sign In to add comment