Created
January 18, 2018 11:23
-
-
Save kirillshevch/39b389ab4767fc56da407d85ef56a24d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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