Hacker News new | ask | show | jobs
by datadrivenangel 382 days ago
Great stack. One thing to note is that the Sidekiq gem can have unexpected interactions with logging and database audit trails, as sidekiq job checkpoints are temporarily written to the database... which gets expensive for storage if audit trails are enabled
1 comments

Thanks, and cheers for the tip!