Skip to content

Instantly share code, notes, and snippets.

@pre
Created December 2, 2021 14:06
Show Gist options
  • Save pre/9d04c6f9a7279ef11cd7159e83780b37 to your computer and use it in GitHub Desktop.
Save pre/9d04c6f9a7279ef11cd7159e83780b37 to your computer and use it in GitHub Desktop.
class SidekiqTestWorker
include Sidekiq::Worker
def perform
Rails.logger.info "+++ Hello lolcats"
sleep 0.950
puts "wat"
Rails.logger.info "+++ LOLCAT DONE"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment