Sidekiq

Learning Resources

Only editable by group admins

  • Last updated November 10, 2018 at 5:11 PM by hankish
  • Evidence visible to group members and anyone with the link
Share the learning resources which were the most useful to you during your process.
Badge List utilizes Sidekiq (in combination with a Redis database) to handle long-running processes in a background worker thread so they don't hold up the web/API server and cause timeouts or super long running requests. Sidekiq is pretty straightforward to learn about.

Here are some links to get you started:

All posted evidence

Sidekiq Priority setup question on stack overflow

Stack Overflow

Sidekiq worker priority setup

Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
cpr Almost 5 years ago

The main github

GitHub

mperham/sidekiq

Simple, efficient background processing for Ruby. Contribute to mperham/sidekiq development by creating an account on GitHub.
couentine Over 5 years ago