Sidekiq

Sidekiq

How to Test a Sidekiq Worker

This is a post about how to test a Sidekiq worker with Rails and rspec-sidekiq.

Read
Rails

How to Send Mail in the Future with Rails

This is a post about how to write a new mailer and get it running with a Sidekiq worker to send in the future.

Read