Closed dstrelau closed 11 years ago
Is this something you do in a production environment? Or were you just hacking around?
Yes. Sorry for not explaining. I was trying to end up with something like this:
class BaseJob
include SuckerPunch::Job
def perform(*args)
# stuff
end
end
class ThisJob < BaseJob
def perform(*args)
super
# other stuff
end
end
Thanks for reporting it. Should be all set with v 1.0.1
.
Awesome. Thanks!
Something with the way the default worker count is being set makes the following explode: