Skip to content

Instantly share code, notes, and snippets.

@kirillshevch
Created January 18, 2018 11:23
Show Gist options
  • Save kirillshevch/39b389ab4767fc56da407d85ef56a24d to your computer and use it in GitHub Desktop.
Save kirillshevch/39b389ab4767fc56da407d85ef56a24d to your computer and use it in GitHub Desktop.
class MailingJob
include SuckerPunch::Job
workers 5
def perform(event)
# do something...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment