learn-awesome / learn

A social network of lifelong learners built around humanity's universal learning map.
https://learnawesome.org/
Other
343 stars 40 forks source link

Replace SIdekiq+Redis with delayed_job #231

Closed nileshtrivedi closed 2 years ago

nileshtrivedi commented 3 years ago

Sidekiq and Redis add a lot of complexity to our deployment when we have very few background jobs. DelayedJob with a database backend will make the setup much simpler.