Skip to content

Instantly share code, notes, and snippets.

@d11wtq
Created January 21, 2013 00:06
Show Gist options
  • Save d11wtq/4582722 to your computer and use it in GitHub Desktop.
Save d11wtq/4582722 to your computer and use it in GitHub Desktop.
class Sidekiq::Middleware::Server::GC
def call(worker, msg, queue)
yield
ensure
GC.start
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment