Skip to content
Benjamin Manns edited this page Sep 15, 2013 · 3 revisions

Hello and congratulations on deciding to try goworker. Since everyone will be beginning from a different point, the getting started guides are split up into different sections.

If you are new to background jobs and have never used Delayed Job, Resque, or Sidekiq, this is the guide for you. It covers what background job processing is, why it matters, and the easiest way to get started.

If you are using Delayed Job, but haven't used a Redis-based background worker like Resque or Sidekiq, then this guide will lead you through the process of setting up Sidekiq. After that, you can add goworker.

If you are using Resque or Sidekiq already, this guide leads you through the process of installing Go and goworker, setting up your workers, and deploying them.