Skip to content

Instantly share code, notes, and snippets.

@edgar
Created June 9, 2017 01:51
Show Gist options
  • Save edgar/dbba1256796f5287d17c3bb280764171 to your computer and use it in GitHub Desktop.
Save edgar/dbba1256796f5287d17c3bb280764171 to your computer and use it in GitHub Desktop.
class MyWorker
include Sidekiq::Worker
sidekiq_options unique_for: 10.minutes
def perform(...)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment