Skip to content

Instantly share code, notes, and snippets.

@fxn
Last active March 15, 2021 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fxn/b1a8e8aa51185d9908790f04f1bdc2a3 to your computer and use it in GitHub Desktop.
Save fxn/b1a8e8aa51185d9908790f04f1bdc2a3 to your computer and use it in GitHub Desktop.
Sidekiq.configure_server do |config|
config.on(:startup) do
BatchWriter.start_timer
at_exit do
BatchWriter.stop_timer
BatchWriter.flush
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment