Skip to content

Instantly share code, notes, and snippets.

@airspeed
Last active December 14, 2015 15:19
Show Gist options
  • Save airspeed/5107055 to your computer and use it in GitHub Desktop.
Save airspeed/5107055 to your computer and use it in GitHub Desktop.
Resque tests.
class Job1
@queue = :tests
def self.perform(msg)
puts msg
end
end
#Resque.enqueue(Job1, Time.now.to_i.to_s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment