toptal / active-job-style-guide

This Background Jobs style guide is a list of best practices working with Ruby background jobs.
470 stars 19 forks source link

Future enhancements to the guide #1

Open pirj opened 5 years ago

pirj commented 5 years ago

This is a bag of thoughts issue, I encourage everyone to file more specific detailed issues and send pull requests.

fwolfst commented 5 months ago

Misses mention of https://github.com/sidekiq/sidekiq/wiki/Advanced-Options#transactional-push (if you enqueue in transactions, you likely want to use this)